Shades of Blue Haze #BBB5D1
Tints of Blue Haze #BBB5D1
RGB
CMYK
RGB Variations
Color information
#BBB5D1 (or 0xBBB5D1) is known color: Blue Haze. HEX triplet: BB, B5 and D1. RGB value is (187,181,209). Sum of RGB (Red+Green+Blue) = 187+181+209=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5D1 is #444A2E. Grayscale: #B9B9B9. Windows color (decimal): -4475439 or 13743547. OLE color: 13743547.
HSL color Cylindrical-coordinate representation of color #BBB5D1: hue angle of 252.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB5D1 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 181 | 209 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.18 |
| HSL | 252.86º | 0.23% | 0.76% | - |
| HSV(B) | 252.86º | 0.13% | 0.82% | - |
| XYZ | 48.53 | 48.22 | 67.07 | - |
| YUV | 185.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 209 | 0.11 | 0.13 | 0 | 0.18 | 252.86 | 0.23 | 0.76 |
| Hex | BB | B5 | D1 | B | D | 0 | 12 | FD | 17 | 4C |
| Octal | 273 | 265 | 321 | 13 | 15 | 0 | 22 | 375 | 27 | 114 |
| Binary | 10111011 | 10110101 | 11010001 | 1011 | 1101 | 0 | 10010 | 11111101 | 10111 | 1001100 |
Color Harmonies of #BBB5D1
Complementary color
Monochromatic Colors of #BBB5D1
Black with #BBB5D1
Text Example
Text Example
White with #BBB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5D1; }
p { color: rgb(187,181,209); }
H1.HeaderClassName
{
color: #BBB5D1;
}
.AnyTagClassName
{
color: #BBB5D1;
}
</style>
background-color css
<style>
a { background-color: #BBB5D1; }
a { background-color: rgb(187,181,209); }
div.DivClassName
{
background-color: #BBB5D1;
}
.BgClassName
{
background-color: #BBB5D1;
}
</style>
border-color css
<style>
span { border-color: #BBB5D1; }
span { border-color: rgb(187,181,209); }
td.TdClassName
{
border-color: #BBB5D1;
}
.TagClassName
{
border-color: #BBB5D1;
}
</style>