Shades of Blue Haze #BBB4CE
Tints of Blue Haze #BBB4CE
RGB
CMYK
RGB Variations
Color information
#BBB4CE (or 0xBBB4CE) is known color: Blue Haze. HEX triplet: BB, B4 and CE. RGB value is (187,180,206). Sum of RGB (Red+Green+Blue) = 187+180+206=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CE is #444B31. Grayscale: #B8B8B8. Windows color (decimal): -4475698 or 13546683. OLE color: 13546683.
HSL color Cylindrical-coordinate representation of color #BBB4CE: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB4CE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 180 | 206 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.19 |
| HSL | 256.15º | 0.21% | 0.76% | - |
| HSV(B) | 256.15º | 0.13% | 0.81% | - |
| XYZ | 47.96 | 47.66 | 65.06 | - |
| YUV | 185.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 206 | 0.09 | 0.13 | 0 | 0.19 | 256.15 | 0.21 | 0.76 |
| Hex | BB | B4 | CE | 9 | D | 0 | 13 | 100 | 15 | 4C |
| Octal | 273 | 264 | 316 | 11 | 15 | 0 | 23 | 400 | 25 | 114 |
| Binary | 10111011 | 10110100 | 11001110 | 1001 | 1101 | 0 | 10011 | 100000000 | 10101 | 1001100 |
Color Harmonies of #BBB4CE
Complementary color
Monochromatic Colors of #BBB4CE
Black with #BBB4CE
Text Example
Text Example
White with #BBB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4CE; }
p { color: rgb(187,180,206); }
H1.HeaderClassName
{
color: #BBB4CE;
}
.AnyTagClassName
{
color: #BBB4CE;
}
</style>
background-color css
<style>
a { background-color: #BBB4CE; }
a { background-color: rgb(187,180,206); }
div.DivClassName
{
background-color: #BBB4CE;
}
.BgClassName
{
background-color: #BBB4CE;
}
</style>
border-color css
<style>
span { border-color: #BBB4CE; }
span { border-color: rgb(187,180,206); }
td.TdClassName
{
border-color: #BBB4CE;
}
.TagClassName
{
border-color: #BBB4CE;
}
</style>