Shades of Blue Haze #BBB6CE
Tints of Blue Haze #BBB6CE
RGB
CMYK
RGB Variations
Color information
#BBB6CE (or 0xBBB6CE) is known color: Blue Haze. HEX triplet: BB, B6 and CE. RGB value is (187,182,206). Sum of RGB (Red+Green+Blue) = 187+182+206=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6CE is #444931. Grayscale: #BABABA. Windows color (decimal): -4475186 or 13547195. OLE color: 13547195.
HSL color Cylindrical-coordinate representation of color #BBB6CE: hue angle of 252.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB6CE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 182 | 206 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.19 |
| HSL | 252.5º | 0.2% | 0.76% | - |
| HSV(B) | 252.5º | 0.12% | 0.81% | - |
| XYZ | 48.36 | 48.48 | 65.2 | - |
| YUV | 186.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 206 | 0.09 | 0.12 | 0 | 0.19 | 252.5 | 0.2 | 0.76 |
| Hex | BB | B6 | CE | 9 | C | 0 | 13 | FD | 14 | 4C |
| Octal | 273 | 266 | 316 | 11 | 14 | 0 | 23 | 375 | 24 | 114 |
| Binary | 10111011 | 10110110 | 11001110 | 1001 | 1100 | 0 | 10011 | 11111101 | 10100 | 1001100 |
Color Harmonies of #BBB6CE
Complementary color
Monochromatic Colors of #BBB6CE
Black with #BBB6CE
Text Example
Text Example
White with #BBB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6CE; }
p { color: rgb(187,182,206); }
H1.HeaderClassName
{
color: #BBB6CE;
}
.AnyTagClassName
{
color: #BBB6CE;
}
</style>
background-color css
<style>
a { background-color: #BBB6CE; }
a { background-color: rgb(187,182,206); }
div.DivClassName
{
background-color: #BBB6CE;
}
.BgClassName
{
background-color: #BBB6CE;
}
</style>
border-color css
<style>
span { border-color: #BBB6CE; }
span { border-color: rgb(187,182,206); }
td.TdClassName
{
border-color: #BBB6CE;
}
.TagClassName
{
border-color: #BBB6CE;
}
</style>