Shades of Blue Haze #BBB4D3
Tints of Blue Haze #BBB4D3
RGB
CMYK
RGB Variations
Color information
#BBB4D3 (or 0xBBB4D3) is known color: Blue Haze. HEX triplet: BB, B4 and D3. RGB value is (187,180,211). Sum of RGB (Red+Green+Blue) = 187+180+211=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4D3 is #444B2C. Grayscale: #B9B9B9. Windows color (decimal): -4475693 or 13874363. OLE color: 13874363.
HSL color Cylindrical-coordinate representation of color #BBB4D3: hue angle of 253.55º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB4D3 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 180 | 211 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.17 |
| HSL | 253.55º | 0.26% | 0.77% | - |
| HSV(B) | 253.55º | 0.15% | 0.83% | - |
| XYZ | 48.57 | 47.91 | 68.32 | - |
| YUV | 185.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 211 | 0.11 | 0.15 | 0 | 0.17 | 253.55 | 0.26 | 0.77 |
| Hex | BB | B4 | D3 | B | F | 0 | 11 | FE | 1A | 4D |
| Octal | 273 | 264 | 323 | 13 | 17 | 0 | 21 | 376 | 32 | 115 |
| Binary | 10111011 | 10110100 | 11010011 | 1011 | 1111 | 0 | 10001 | 11111110 | 11010 | 1001101 |
Color Harmonies of #BBB4D3
Complementary color
Monochromatic Colors of #BBB4D3
Black with #BBB4D3
Text Example
Text Example
White with #BBB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4D3; }
p { color: rgb(187,180,211); }
H1.HeaderClassName
{
color: #BBB4D3;
}
.AnyTagClassName
{
color: #BBB4D3;
}
</style>
background-color css
<style>
a { background-color: #BBB4D3; }
a { background-color: rgb(187,180,211); }
div.DivClassName
{
background-color: #BBB4D3;
}
.BgClassName
{
background-color: #BBB4D3;
}
</style>
border-color css
<style>
span { border-color: #BBB4D3; }
span { border-color: rgb(187,180,211); }
td.TdClassName
{
border-color: #BBB4D3;
}
.TagClassName
{
border-color: #BBB4D3;
}
</style>