#BBB8CB

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

Shades of Blue Haze #BBB8CB

Tints of Blue Haze #BBB8CB

Color information

#BBB8CB (or 0xBBB8CB) is unknown color: approx Blue Haze. HEX triplet: BB, B8 and CB. RGB value is (187,184,203). Sum of RGB (Red+Green+Blue) = 187+184+203=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8CB is #444734. Grayscale: #BABABA. Windows color (decimal): -4474677 or 13351099. OLE color: 13351099.

HSL color Cylindrical-coordinate representation of color #BBB8CB: hue angle of 249.47º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB8CB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187184203-
CMYK0.080.0900.20
HSL249.47º15.45%75.88%-
HSV(B)249.47º9.36%79.61%-
XYZ48.4149.1663.44-
YUV187.06136.99127.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=32.58%
G=32.06%
B=35.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871842030.080.0900.20249.4715.4575.88
HexBBB8CB89014f9f4c
Octal273270313101102437117114
Binary101110111011100011001011100010010101001111100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8CB; }

 p { color: rgb(187,184,203); }

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

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

 a { background-color: rgb(187,184,203); }

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

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

 span { border-color: rgb(187,184,203); }

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