Shades of Blue Haze #BBB7CE
Tints of Blue Haze #BBB7CE
RGB
CMYK
RGB Variations
Color information
#BBB7CE (or 0xBBB7CE) is known color: Blue Haze. HEX triplet: BB, B7 and CE. RGB value is (187,183,206). Sum of RGB (Red+Green+Blue) = 187+183+206=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7CE is #444831. Grayscale: #BABABA. Windows color (decimal): -4474930 or 13547451. OLE color: 13547451.
HSL color Cylindrical-coordinate representation of color #BBB7CE: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB7CE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 183 | 206 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.19 |
| HSL | 250.43º | 0.19% | 0.76% | - |
| HSV(B) | 250.43º | 0.11% | 0.81% | - |
| XYZ | 48.57 | 48.89 | 65.27 | - |
| YUV | 186.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 206 | 0.09 | 0.11 | 0 | 0.19 | 250.43 | 0.19 | 0.76 |
| Hex | BB | B7 | CE | 9 | B | 0 | 13 | FA | 13 | 4C |
| Octal | 273 | 267 | 316 | 11 | 13 | 0 | 23 | 372 | 23 | 114 |
| Binary | 10111011 | 10110111 | 11001110 | 1001 | 1011 | 0 | 10011 | 11111010 | 10011 | 1001100 |
Color Harmonies of #BBB7CE
Complementary color
Monochromatic Colors of #BBB7CE
Black with #BBB7CE
Text Example
Text Example
White with #BBB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7CE; }
p { color: rgb(187,183,206); }
H1.HeaderClassName
{
color: #BBB7CE;
}
.AnyTagClassName
{
color: #BBB7CE;
}
</style>
background-color css
<style>
a { background-color: #BBB7CE; }
a { background-color: rgb(187,183,206); }
div.DivClassName
{
background-color: #BBB7CE;
}
.BgClassName
{
background-color: #BBB7CE;
}
</style>
border-color css
<style>
span { border-color: #BBB7CE; }
span { border-color: rgb(187,183,206); }
td.TdClassName
{
border-color: #BBB7CE;
}
.TagClassName
{
border-color: #BBB7CE;
}
</style>