Shades of Blue Haze #BBB3D4
Tints of Blue Haze #BBB3D4
RGB
CMYK
RGB Variations
Color information
#BBB3D4 (or 0xBBB3D4) is known color: Blue Haze. HEX triplet: BB, B3 and D4. RGB value is (187,179,212). Sum of RGB (Red+Green+Blue) = 187+179+212=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3D4 is #444C2B. Grayscale: #B9B9B9. Windows color (decimal): -4475948 or 13939643. OLE color: 13939643.
HSL color Cylindrical-coordinate representation of color #BBB3D4: hue angle of 254.55º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB3D4 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 179 | 212 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.17 |
| HSL | 254.55º | 0.28% | 0.77% | - |
| HSV(B) | 254.55º | 0.16% | 0.83% | - |
| XYZ | 48.5 | 47.56 | 68.91 | - |
| YUV | 185.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 212 | 0.12 | 0.16 | 0 | 0.17 | 254.55 | 0.28 | 0.77 |
| Hex | BB | B3 | D4 | C | 10 | 0 | 11 | FF | 1C | 4D |
| Octal | 273 | 263 | 324 | 14 | 20 | 0 | 21 | 377 | 34 | 115 |
| Binary | 10111011 | 10110011 | 11010100 | 1100 | 10000 | 0 | 10001 | 11111111 | 11100 | 1001101 |
Color Harmonies of #BBB3D4
Complementary color
Monochromatic Colors of #BBB3D4
Black with #BBB3D4
Text Example
Text Example
White with #BBB3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3D4; }
p { color: rgb(187,179,212); }
H1.HeaderClassName
{
color: #BBB3D4;
}
.AnyTagClassName
{
color: #BBB3D4;
}
</style>
background-color css
<style>
a { background-color: #BBB3D4; }
a { background-color: rgb(187,179,212); }
div.DivClassName
{
background-color: #BBB3D4;
}
.BgClassName
{
background-color: #BBB3D4;
}
</style>
border-color css
<style>
span { border-color: #BBB3D4; }
span { border-color: rgb(187,179,212); }
td.TdClassName
{
border-color: #BBB3D4;
}
.TagClassName
{
border-color: #BBB3D4;
}
</style>