Shades of Blue Haze #BBB8D0
Tints of Blue Haze #BBB8D0
RGB
CMYK
RGB Variations
Color information
#BBB8D0 (or 0xBBB8D0) is known color: Blue Haze. HEX triplet: BB, B8 and D0. RGB value is (187,184,208). Sum of RGB (Red+Green+Blue) = 187+184+208=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8D0 is #44472F. Grayscale: #BBBBBB. Windows color (decimal): -4474672 or 13678779. OLE color: 13678779.
HSL color Cylindrical-coordinate representation of color #BBB8D0: hue angle of 247.5º degrees, saturation: 0.2, 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 #BBB8D0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 184 | 208 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.18 |
| HSL | 247.5º | 0.2% | 0.77% | - |
| HSV(B) | 247.5º | 0.12% | 0.82% | - |
| XYZ | 49.02 | 49.4 | 66.63 | - |
| YUV | 187.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 208 | 0.10 | 0.12 | 0 | 0.18 | 247.5 | 0.2 | 0.77 |
| Hex | BB | B8 | D0 | A | C | 0 | 12 | F8 | 14 | 4D |
| Octal | 273 | 270 | 320 | 12 | 14 | 0 | 22 | 370 | 24 | 115 |
| Binary | 10111011 | 10111000 | 11010000 | 1010 | 1100 | 0 | 10010 | 11111000 | 10100 | 1001101 |
Color Harmonies of #BBB8D0
Complementary color
Monochromatic Colors of #BBB8D0
Black with #BBB8D0
Text Example
Text Example
White with #BBB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8D0; }
p { color: rgb(187,184,208); }
H1.HeaderClassName
{
color: #BBB8D0;
}
.AnyTagClassName
{
color: #BBB8D0;
}
</style>
background-color css
<style>
a { background-color: #BBB8D0; }
a { background-color: rgb(187,184,208); }
div.DivClassName
{
background-color: #BBB8D0;
}
.BgClassName
{
background-color: #BBB8D0;
}
</style>
border-color css
<style>
span { border-color: #BBB8D0; }
span { border-color: rgb(187,184,208); }
td.TdClassName
{
border-color: #BBB8D0;
}
.TagClassName
{
border-color: #BBB8D0;
}
</style>