#BBB9CE

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

Shades of Blue Haze #BBB9CE

Tints of Blue Haze #BBB9CE

Color information

#BBB9CE (or 0xBBB9CE) is unknown color: approx Blue Haze. HEX triplet: BB, B9 and CE. RGB value is (187,185,206). Sum of RGB (Red+Green+Blue) = 187+185+206=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9CE is #444631. Grayscale: #BBBBBB. Windows color (decimal): -4474418 or 13547963. OLE color: 13547963.

HSL color Cylindrical-coordinate representation of color #BBB9CE: hue angle of 245.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB9CE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187185206-
CMYK0.090.1000.19
HSL245.71º17.65%76.67%-
HSV(B)245.71º10.19%80.78%-
XYZ48.9849.7265.41-
YUV187.99138.16127.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=32.35%
G=32.01%
B=35.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871852060.090.1000.19245.7117.6576.67
HexBBB9CE9A013f6124d
Octal273271316111202336622115
Binary1011101110111001110011101001101001001111110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9CE; }

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

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

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

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

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

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

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

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