#b1adf7

Color #B1ADF7 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B1ADF7

Tints of Perano #B1ADF7

Color information

#B1ADF7 (or 0xB1ADF7) is unknown color: approx Perano. HEX triplet: B1, AD and F7. RGB value is (177,173,247). Sum of RGB (Red+Green+Blue) = 177+173+247=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #B1ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADF7 is #4E5208. Grayscale: #B6B6B6. Windows color (decimal): -5132809 or 16231857. OLE color: 16231857.

HSL color Cylindrical-coordinate representation of color #B1ADF7: hue angle of 243.24º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1ADF7 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177173247-
CMYK0.280.3000.03
HSL243.24º82.22%82.35%-
HSV(B)243.24º29.96%96.86%-
XYZ49.8645.9594.24-
YUV182.63164.33123.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 29.65%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 247 (96.88% from 255) = 41.37%
R=29.65%
G=28.98%
B=41.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771732470.280.3000.03243.2482.2282.35
HexB1ADF71C1E03f35252
Octal261255367343603363122122
Binary10110001101011011111011111100111100111111001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1adf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1adf7; }

 p { color: rgb(177,173,247); }

 H1.HeaderClassName
 {
   color: #b1adf7;
 }
 .AnyTagClassName
 {
   color: #b1adf7;
 }
</style>
background-color css

<style>
 a { background-color: #b1adf7; }

 a { background-color: rgb(177,173,247); }

 div.DivClassName
 {
   background-color: #b1adf7;
 }
 .BgClassName
 {
   background-color: #b1adf7;
 }
</style>
border-color css

<style>
 span { border-color: #b1adf7; }

 span { border-color: rgb(177,173,247); }

 td.TdClassName
 {
   border-color: #b1adf7;
 }
 .TagClassName
 {
   border-color: #b1adf7;
 }
</style>