Html Css Color HEX #BBB5CB Blue Haze

📋 copy color: '#BBB5CB'

red 187 ◦ green 181 ◦ blue 203

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

Shades of Blue Haze #BBB5CB

Tints of Blue Haze #BBB5CB

RGB

 RED value IS 187 (73.44% from 255) = 32.75%

 GREEN value IS 181 (71.09% from 255) = 31.7%

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 32.75%
G = 31.7%
B = 35.55%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB5CB (or 0xBBB5CB) is known color: Blue Haze. HEX triplet: BB, B5 and CB. RGB value is (187,181,203). Sum of RGB (Red+Green+Blue) = 187+181+203=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5CB is #444A34. Grayscale: #B9B9B9. Windows color (decimal): -4475445 or 13350331. OLE color: 13350331.

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

Color convert

RGB 187 181 203 -
CMYK 0.08 0.11 0 0.20
HSL 256.36º 0.17% 0.75% -
HSV(B) 256.36º 0.11% 0.8% -
XYZ 47.8 47.92 63.23 -
YUV 185.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 187 181 203 0.08 0.11 0 0.20 256.36 0.17 0.75
Hex BB B5 CB 8 B 0 14 100 11 4B
Octal 273 265 313 10 13 0 24 400 21 113
Binary 10111011 10110101 11001011 1000 1011 0 10100 100000000 10001 1001011

Color Harmonies of #BBB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5CB

Black with #BBB5CB

Text Example


Text Example

White with #BBB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5CB; }

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

 H1.HeaderClassName
 {
   color: #BBB5CB;
 }
 .AnyTagClassName
 {
   color: #BBB5CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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