Shades of Blue Haze #BBB5D2
Tints of Blue Haze #BBB5D2
RGB
CMYK
RGB Variations
Color information
#BBB5D2 (or 0xBBB5D2) is known color: Blue Haze. HEX triplet: BB, B5 and D2. RGB value is (187,181,210). Sum of RGB (Red+Green+Blue) = 187+181+210=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5D2 is #444A2D. Grayscale: #B9B9B9. Windows color (decimal): -4475438 or 13809083. OLE color: 13809083.
HSL color Cylindrical-coordinate representation of color #BBB5D2: hue angle of 252.41º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB5D2 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 181 | 210 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.18 |
| HSL | 252.41º | 0.24% | 0.77% | - |
| HSV(B) | 252.41º | 0.14% | 0.82% | - |
| XYZ | 48.65 | 48.27 | 67.72 | - |
| YUV | 186.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 210 | 0.11 | 0.14 | 0 | 0.18 | 252.41 | 0.24 | 0.77 |
| Hex | BB | B5 | D2 | B | E | 0 | 12 | FC | 18 | 4D |
| Octal | 273 | 265 | 322 | 13 | 16 | 0 | 22 | 374 | 30 | 115 |
| Binary | 10111011 | 10110101 | 11010010 | 1011 | 1110 | 0 | 10010 | 11111100 | 11000 | 1001101 |
Color Harmonies of #BBB5D2
Complementary color
Monochromatic Colors of #BBB5D2
Black with #BBB5D2
Text Example
Text Example
White with #BBB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5D2; }
p { color: rgb(187,181,210); }
H1.HeaderClassName
{
color: #BBB5D2;
}
.AnyTagClassName
{
color: #BBB5D2;
}
</style>
background-color css
<style>
a { background-color: #BBB5D2; }
a { background-color: rgb(187,181,210); }
div.DivClassName
{
background-color: #BBB5D2;
}
.BgClassName
{
background-color: #BBB5D2;
}
</style>
border-color css
<style>
span { border-color: #BBB5D2; }
span { border-color: rgb(187,181,210); }
td.TdClassName
{
border-color: #BBB5D2;
}
.TagClassName
{
border-color: #BBB5D2;
}
</style>