Html Css Color HEX #BBB8CB Blue Haze

📋 copy color: '#BBB8CB'

red 187 ◦ green 184 ◦ blue 203

#BBB8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #BBB8CB

Tints of Blue Haze #BBB8CB

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 value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB8CB (or 0xBBB8CB) is known color: 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

RGB 187 184 203 -
CMYK 0.08 0.09 0 0.20
HSL 249.47º 0.15% 0.76% -
HSV(B) 249.47º 0.09% 0.8% -
XYZ 48.41 49.16 63.44 -
YUV 187.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 187 184 203 0.08 0.09 0 0.20 249.47 0.15 0.76
Hex BB B8 CB 8 9 0 14 F9 F 4C
Octal 273 270 313 10 11 0 24 371 17 114
Binary 10111011 10111000 11001011 1000 1001 0 10100 11111001 1111 1001100

Color Harmonies of #BBB8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8CB

Black with #BBB8CB

Text Example


Text Example

White with #BBB8CB

Text Example


Text Example

HTML Codes & Css Web 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>