Shades of Blue Haze #BBB4D0
Tints of Blue Haze #BBB4D0
RGB
CMYK
RGB Variations
Color information
#BBB4D0 (or 0xBBB4D0) is known color: Blue Haze. HEX triplet: BB, B4 and D0. RGB value is (187,180,208). Sum of RGB (Red+Green+Blue) = 187+180+208=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4D0 is #444B2F. Grayscale: #B9B9B9. Windows color (decimal): -4475696 or 13677755. OLE color: 13677755.
HSL color Cylindrical-coordinate representation of color #BBB4D0: hue angle of 255º 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 #BBB4D0 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 180 | 208 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.18 |
| HSL | 255º | 0.23% | 0.76% | - |
| HSV(B) | 255º | 0.13% | 0.82% | - |
| XYZ | 48.2 | 47.76 | 66.35 | - |
| YUV | 185.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 208 | 0.10 | 0.13 | 0 | 0.18 | 255 | 0.23 | 0.76 |
| Hex | BB | B4 | D0 | A | D | 0 | 12 | FF | 17 | 4C |
| Octal | 273 | 264 | 320 | 12 | 15 | 0 | 22 | 377 | 27 | 114 |
| Binary | 10111011 | 10110100 | 11010000 | 1010 | 1101 | 0 | 10010 | 11111111 | 10111 | 1001100 |
Color Harmonies of #BBB4D0
Complementary color
Monochromatic Colors of #BBB4D0
Black with #BBB4D0
Text Example
Text Example
White with #BBB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4D0; }
p { color: rgb(187,180,208); }
H1.HeaderClassName
{
color: #BBB4D0;
}
.AnyTagClassName
{
color: #BBB4D0;
}
</style>
background-color css
<style>
a { background-color: #BBB4D0; }
a { background-color: rgb(187,180,208); }
div.DivClassName
{
background-color: #BBB4D0;
}
.BgClassName
{
background-color: #BBB4D0;
}
</style>
border-color css
<style>
span { border-color: #BBB4D0; }
span { border-color: rgb(187,180,208); }
td.TdClassName
{
border-color: #BBB4D0;
}
.TagClassName
{
border-color: #BBB4D0;
}
</style>