#B1BBDE

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

Shades of Perano #B1BBDE

Tints of Perano #B1BBDE

Color information

#B1BBDE (or 0xB1BBDE) is unknown color: approx Perano. HEX triplet: B1, BB and DE. RGB value is (177,187,222). Sum of RGB (Red+Green+Blue) = 177+187+222=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDE is #4E4421. Grayscale: #BBBBBB. Windows color (decimal): -5129250 or 14597041. OLE color: 14597041.

HSL color Cylindrical-coordinate representation of color #B1BBDE: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BBDE is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177187222-
CMYK0.200.1600.13
HSL226.67º40.54%78.24%-
HSV(B)226.67º20.27%87.06%-
XYZ49.0950.1676.2-
YUV188147.19120.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=30.20%
G=31.91%
B=37.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771872220.200.1600.13226.6740.5478.24
HexB1BBDE14100De3294e
Octal261273336242001534351116
Binary101100011011101111011110101001000001101111000111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBDE; }

 p { color: rgb(177,187,222); }

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

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

 a { background-color: rgb(177,187,222); }

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

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

 span { border-color: rgb(177,187,222); }

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