Html Css Color HEX #BBB5C9 Blue Haze

📋 copy color: '#BBB5C9'

red 187 ◦ green 181 ◦ blue 201

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

Shades of Blue Haze #BBB5C9

Tints of Blue Haze #BBB5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 32.86%
G = 31.81%
B = 35.33%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBB5C9 (or 0xBBB5C9) is known color: Blue Haze. HEX triplet: BB, B5 and C9. RGB value is (187,181,201). Sum of RGB (Red+Green+Blue) = 187+181+201=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C9 is #444A36. Grayscale: #B9B9B9. Windows color (decimal): -4475447 or 13219259. OLE color: 13219259.

HSL color Cylindrical-coordinate representation of color #BBB5C9: hue angle of 258º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB5C9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 181 201 -
CMYK 0.07 0.10 0 0.21
HSL 258º 0.16% 0.75% -
HSV(B) 258º 0.1% 0.79% -
XYZ 47.56 47.83 61.98 -
YUV 185.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 187 181 201 0.07 0.10 0 0.21 258 0.16 0.75
Hex BB B5 C9 7 A 0 15 102 10 4B
Octal 273 265 311 7 12 0 25 402 20 113
Binary 10111011 10110101 11001001 111 1010 0 10101 100000010 10000 1001011

Color Harmonies of #BBB5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5C9

Black with #BBB5C9

Text Example


Text Example

White with #BBB5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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