Shades of Blue Haze #BBB7D3
Tints of Blue Haze #BBB7D3
RGB
CMYK
RGB Variations
Color information
#BBB7D3 (or 0xBBB7D3) is known color: Blue Haze. HEX triplet: BB, B7 and D3. RGB value is (187,183,211). Sum of RGB (Red+Green+Blue) = 187+183+211=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7D3 is #44482C. Grayscale: #BBBBBB. Windows color (decimal): -4474925 or 13875131. OLE color: 13875131.
HSL color Cylindrical-coordinate representation of color #BBB7D3: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB7D3 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 183 | 211 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.17 |
| HSL | 248.57º | 0.24% | 0.77% | - |
| HSV(B) | 248.57º | 0.13% | 0.83% | - |
| XYZ | 49.18 | 49.13 | 68.52 | - |
| YUV | 187.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 211 | 0.11 | 0.13 | 0 | 0.17 | 248.57 | 0.24 | 0.77 |
| Hex | BB | B7 | D3 | B | D | 0 | 11 | F9 | 18 | 4D |
| Octal | 273 | 267 | 323 | 13 | 15 | 0 | 21 | 371 | 30 | 115 |
| Binary | 10111011 | 10110111 | 11010011 | 1011 | 1101 | 0 | 10001 | 11111001 | 11000 | 1001101 |
Color Harmonies of #BBB7D3
Complementary color
Monochromatic Colors of #BBB7D3
Black with #BBB7D3
Text Example
Text Example
White with #BBB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7D3; }
p { color: rgb(187,183,211); }
H1.HeaderClassName
{
color: #BBB7D3;
}
.AnyTagClassName
{
color: #BBB7D3;
}
</style>
background-color css
<style>
a { background-color: #BBB7D3; }
a { background-color: rgb(187,183,211); }
div.DivClassName
{
background-color: #BBB7D3;
}
.BgClassName
{
background-color: #BBB7D3;
}
</style>
border-color css
<style>
span { border-color: #BBB7D3; }
span { border-color: rgb(187,183,211); }
td.TdClassName
{
border-color: #BBB7D3;
}
.TagClassName
{
border-color: #BBB7D3;
}
</style>