Shades of Blue Haze #BBB7D1
Tints of Blue Haze #BBB7D1
RGB
CMYK
RGB Variations
Color information
#BBB7D1 (or 0xBBB7D1) is known color: Blue Haze. HEX triplet: BB, B7 and D1. RGB value is (187,183,209). Sum of RGB (Red+Green+Blue) = 187+183+209=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7D1 is #44482E. Grayscale: #BBBBBB. Windows color (decimal): -4474927 or 13744059. OLE color: 13744059.
HSL color Cylindrical-coordinate representation of color #BBB7D1: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB7D1 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 183 | 209 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.18 |
| HSL | 249.23º | 0.22% | 0.77% | - |
| HSV(B) | 249.23º | 0.12% | 0.82% | - |
| XYZ | 48.94 | 49.04 | 67.21 | - |
| YUV | 187.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 209 | 0.11 | 0.12 | 0 | 0.18 | 249.23 | 0.22 | 0.77 |
| Hex | BB | B7 | D1 | B | C | 0 | 12 | F9 | 16 | 4D |
| Octal | 273 | 267 | 321 | 13 | 14 | 0 | 22 | 371 | 26 | 115 |
| Binary | 10111011 | 10110111 | 11010001 | 1011 | 1100 | 0 | 10010 | 11111001 | 10110 | 1001101 |
Color Harmonies of #BBB7D1
Complementary color
Monochromatic Colors of #BBB7D1
Black with #BBB7D1
Text Example
Text Example
White with #BBB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7D1; }
p { color: rgb(187,183,209); }
H1.HeaderClassName
{
color: #BBB7D1;
}
.AnyTagClassName
{
color: #BBB7D1;
}
</style>
background-color css
<style>
a { background-color: #BBB7D1; }
a { background-color: rgb(187,183,209); }
div.DivClassName
{
background-color: #BBB7D1;
}
.BgClassName
{
background-color: #BBB7D1;
}
</style>
border-color css
<style>
span { border-color: #BBB7D1; }
span { border-color: rgb(187,183,209); }
td.TdClassName
{
border-color: #BBB7D1;
}
.TagClassName
{
border-color: #BBB7D1;
}
</style>