Shades of Blue Haze #BBB7C6
Tints of Blue Haze #BBB7C6
RGB
CMYK
RGB Variations
Color information
#BBB7C6 (or 0xBBB7C6) is known color: Blue Haze. HEX triplet: BB, B7 and C6. RGB value is (187,183,198). Sum of RGB (Red+Green+Blue) = 187+183+198=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7C6 is #444839. Grayscale: #B9B9B9. Windows color (decimal): -4474938 or 13023163. OLE color: 13023163.
HSL color Cylindrical-coordinate representation of color #BBB7C6: hue angle of 256º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB7C6 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 183 | 198 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.22 |
| HSL | 256º | 0.12% | 0.75% | - |
| HSV(B) | 256º | 0.08% | 0.78% | - |
| XYZ | 47.62 | 48.51 | 60.28 | - |
| YUV | 185.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 198 | 0.06 | 0.08 | 0 | 0.22 | 256 | 0.12 | 0.75 |
| Hex | BB | B7 | C6 | 6 | 8 | 0 | 16 | 100 | C | 4B |
| Octal | 273 | 267 | 306 | 6 | 10 | 0 | 26 | 400 | 14 | 113 |
| Binary | 10111011 | 10110111 | 11000110 | 110 | 1000 | 0 | 10110 | 100000000 | 1100 | 1001011 |
Color Harmonies of #BBB7C6
Complementary color
Monochromatic Colors of #BBB7C6
Black with #BBB7C6
Text Example
Text Example
White with #BBB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7C6; }
p { color: rgb(187,183,198); }
H1.HeaderClassName
{
color: #BBB7C6;
}
.AnyTagClassName
{
color: #BBB7C6;
}
</style>
background-color css
<style>
a { background-color: #BBB7C6; }
a { background-color: rgb(187,183,198); }
div.DivClassName
{
background-color: #BBB7C6;
}
.BgClassName
{
background-color: #BBB7C6;
}
</style>
border-color css
<style>
span { border-color: #BBB7C6; }
span { border-color: rgb(187,183,198); }
td.TdClassName
{
border-color: #BBB7C6;
}
.TagClassName
{
border-color: #BBB7C6;
}
</style>