Shades of Blue Haze #BBB6CF
Tints of Blue Haze #BBB6CF
RGB
CMYK
RGB Variations
Color information
#BBB6CF (or 0xBBB6CF) is known color: Blue Haze. HEX triplet: BB, B6 and CF. RGB value is (187,182,207). Sum of RGB (Red+Green+Blue) = 187+182+207=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6CF is #444930. Grayscale: #BABABA. Windows color (decimal): -4475185 or 13612731. OLE color: 13612731.
HSL color Cylindrical-coordinate representation of color #BBB6CF: hue angle of 252º degrees, saturation: 0.21, 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 #BBB6CF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 182 | 207 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.19 |
| HSL | 252º | 0.21% | 0.76% | - |
| HSV(B) | 252º | 0.12% | 0.81% | - |
| XYZ | 48.48 | 48.53 | 65.84 | - |
| YUV | 186.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 207 | 0.10 | 0.12 | 0 | 0.19 | 252 | 0.21 | 0.76 |
| Hex | BB | B6 | CF | A | C | 0 | 13 | FC | 15 | 4C |
| Octal | 273 | 266 | 317 | 12 | 14 | 0 | 23 | 374 | 25 | 114 |
| Binary | 10111011 | 10110110 | 11001111 | 1010 | 1100 | 0 | 10011 | 11111100 | 10101 | 1001100 |
Color Harmonies of #BBB6CF
Complementary color
Monochromatic Colors of #BBB6CF
Black with #BBB6CF
Text Example
Text Example
White with #BBB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6CF; }
p { color: rgb(187,182,207); }
H1.HeaderClassName
{
color: #BBB6CF;
}
.AnyTagClassName
{
color: #BBB6CF;
}
</style>
background-color css
<style>
a { background-color: #BBB6CF; }
a { background-color: rgb(187,182,207); }
div.DivClassName
{
background-color: #BBB6CF;
}
.BgClassName
{
background-color: #BBB6CF;
}
</style>
border-color css
<style>
span { border-color: #BBB6CF; }
span { border-color: rgb(187,182,207); }
td.TdClassName
{
border-color: #BBB6CF;
}
.TagClassName
{
border-color: #BBB6CF;
}
</style>