Html Css Color HEX #BBB5C8 Blue Haze

📋 copy color: '#BBB5C8'

red 187 ◦ green 181 ◦ blue 200

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

Shades of Blue Haze #BBB5C8

Tints of Blue Haze #BBB5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 32.92%
G = 31.87%
B = 35.21%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBB5C8 (or 0xBBB5C8) is known color: Blue Haze. HEX triplet: BB, B5 and C8. RGB value is (187,181,200). Sum of RGB (Red+Green+Blue) = 187+181+200=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C8 is #444A37. Grayscale: #B8B8B8. Windows color (decimal): -4475448 or 13153723. OLE color: 13153723.

HSL color Cylindrical-coordinate representation of color #BBB5C8: hue angle of 258.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB5C8 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 181 200 -
CMYK 0.06 0.09 0 0.22
HSL 258.95º 0.15% 0.75% -
HSV(B) 258.95º 0.1% 0.78% -
XYZ 47.44 47.78 61.37 -
YUV 184.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 187 181 200 0.06 0.09 0 0.22 258.95 0.15 0.75
Hex BB B5 C8 6 9 0 16 103 F 4B
Octal 273 265 310 6 11 0 26 403 17 113
Binary 10111011 10110101 11001000 110 1001 0 10110 100000011 1111 1001011

Color Harmonies of #BBB5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5C8

Black with #BBB5C8

Text Example


Text Example

White with #BBB5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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