#B9BBE9

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

Shades of Perano #B9BBE9

Tints of Perano #B9BBE9

Color information

#B9BBE9 (or 0xB9BBE9) is unknown color: approx Perano. HEX triplet: B9, BB and E9. RGB value is (185,187,233). Sum of RGB (Red+Green+Blue) = 185+187+233=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBE9 is #464416. Grayscale: #BFBFBF. Windows color (decimal): -4604951 or 15317945. OLE color: 15317945.

HSL color Cylindrical-coordinate representation of color #B9BBE9: hue angle of 237.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BBE9 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185187233-
CMYK0.210.2000.09
HSL237.5º52.17%81.96%-
HSV(B)237.5º20.6%91.37%-
XYZ52.4951.7484.31-
YUV191.65151.34123.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 233 (91.41% from 255) = 38.51%
R=30.58%
G=30.91%
B=38.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851872330.210.2000.09237.552.1781.96
HexB9BBE9151409ee3452
Octal271273351252401135664122
Binary101110011011101111101001101011010001001111011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBE9; }

 p { color: rgb(185,187,233); }

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

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

 a { background-color: rgb(185,187,233); }

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

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

 span { border-color: rgb(185,187,233); }

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