Shades of Blue Haze #BBB8C9
Tints of Blue Haze #BBB8C9
RGB
CMYK
RGB Variations
Color information
#BBB8C9 (or 0xBBB8C9) is known color: Blue Haze. HEX triplet: BB, B8 and C9. RGB value is (187,184,201). Sum of RGB (Red+Green+Blue) = 187+184+201=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C9 is #444736. Grayscale: #BABABA. Windows color (decimal): -4474679 or 13220027. OLE color: 13220027.
HSL color Cylindrical-coordinate representation of color #BBB8C9: hue angle of 250.59º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB8C9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 184 | 201 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.21 |
| HSL | 250.59º | 0.14% | 0.75% | - |
| HSV(B) | 250.59º | 0.08% | 0.79% | - |
| XYZ | 48.18 | 49.06 | 62.19 | - |
| YUV | 186.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 201 | 0.07 | 0.08 | 0 | 0.21 | 250.59 | 0.14 | 0.75 |
| Hex | BB | B8 | C9 | 7 | 8 | 0 | 15 | FB | E | 4B |
| Octal | 273 | 270 | 311 | 7 | 10 | 0 | 25 | 373 | 16 | 113 |
| Binary | 10111011 | 10111000 | 11001001 | 111 | 1000 | 0 | 10101 | 11111011 | 1110 | 1001011 |
Color Harmonies of #BBB8C9
Complementary color
Monochromatic Colors of #BBB8C9
Black with #BBB8C9
Text Example
Text Example
White with #BBB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8C9; }
p { color: rgb(187,184,201); }
H1.HeaderClassName
{
color: #BBB8C9;
}
.AnyTagClassName
{
color: #BBB8C9;
}
</style>
background-color css
<style>
a { background-color: #BBB8C9; }
a { background-color: rgb(187,184,201); }
div.DivClassName
{
background-color: #BBB8C9;
}
.BgClassName
{
background-color: #BBB8C9;
}
</style>
border-color css
<style>
span { border-color: #BBB8C9; }
span { border-color: rgb(187,184,201); }
td.TdClassName
{
border-color: #BBB8C9;
}
.TagClassName
{
border-color: #BBB8C9;
}
</style>