Shades of Blue Haze #BBB4D1
Tints of Blue Haze #BBB4D1
RGB
CMYK
RGB Variations
Color information
#BBB4D1 (or 0xBBB4D1) is known color: Blue Haze. HEX triplet: BB, B4 and D1. RGB value is (187,180,209). Sum of RGB (Red+Green+Blue) = 187+180+209=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4D1 is #444B2E. Grayscale: #B9B9B9. Windows color (decimal): -4475695 or 13743291. OLE color: 13743291.
HSL color Cylindrical-coordinate representation of color #BBB4D1: hue angle of 254.48º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB4D1 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 180 | 209 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.18 |
| HSL | 254.48º | 0.24% | 0.76% | - |
| HSV(B) | 254.48º | 0.14% | 0.82% | - |
| XYZ | 48.32 | 47.81 | 67 | - |
| YUV | 185.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 209 | 0.11 | 0.14 | 0 | 0.18 | 254.48 | 0.24 | 0.76 |
| Hex | BB | B4 | D1 | B | E | 0 | 12 | FE | 18 | 4C |
| Octal | 273 | 264 | 321 | 13 | 16 | 0 | 22 | 376 | 30 | 114 |
| Binary | 10111011 | 10110100 | 11010001 | 1011 | 1110 | 0 | 10010 | 11111110 | 11000 | 1001100 |
Color Harmonies of #BBB4D1
Complementary color
Monochromatic Colors of #BBB4D1
Black with #BBB4D1
Text Example
Text Example
White with #BBB4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4D1; }
p { color: rgb(187,180,209); }
H1.HeaderClassName
{
color: #BBB4D1;
}
.AnyTagClassName
{
color: #BBB4D1;
}
</style>
background-color css
<style>
a { background-color: #BBB4D1; }
a { background-color: rgb(187,180,209); }
div.DivClassName
{
background-color: #BBB4D1;
}
.BgClassName
{
background-color: #BBB4D1;
}
</style>
border-color css
<style>
span { border-color: #BBB4D1; }
span { border-color: rgb(187,180,209); }
td.TdClassName
{
border-color: #BBB4D1;
}
.TagClassName
{
border-color: #BBB4D1;
}
</style>