Shades of Blue Haze #BBBACD
Tints of Blue Haze #BBBACD
RGB
CMYK
RGB Variations
Color information
#BBBACD (or 0xBBBACD) is known color: Blue Haze. HEX triplet: BB, BA and CD. RGB value is (187,186,205). Sum of RGB (Red+Green+Blue) = 187+186+205=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACD is #444532. Grayscale: #BCBCBC. Windows color (decimal): -4474163 or 13482683. OLE color: 13482683.
HSL color Cylindrical-coordinate representation of color #BBBACD: hue angle of 243.16º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBACD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 186 | 205 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.20 |
| HSL | 243.16º | 0.16% | 0.77% | - |
| HSV(B) | 243.16º | 0.09% | 0.8% | - |
| XYZ | 49.07 | 50.09 | 64.84 | - |
| YUV | 188.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 205 | 0.09 | 0.09 | 0 | 0.20 | 243.16 | 0.16 | 0.77 |
| Hex | BB | BA | CD | 9 | 9 | 0 | 14 | F3 | 10 | 4D |
| Octal | 273 | 272 | 315 | 11 | 11 | 0 | 24 | 363 | 20 | 115 |
| Binary | 10111011 | 10111010 | 11001101 | 1001 | 1001 | 0 | 10100 | 11110011 | 10000 | 1001101 |
Color Harmonies of #BBBACD
Complementary color
Monochromatic Colors of #BBBACD
Black with #BBBACD
Text Example
Text Example
White with #BBBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBACD; }
p { color: rgb(187,186,205); }
H1.HeaderClassName
{
color: #BBBACD;
}
.AnyTagClassName
{
color: #BBBACD;
}
</style>
background-color css
<style>
a { background-color: #BBBACD; }
a { background-color: rgb(187,186,205); }
div.DivClassName
{
background-color: #BBBACD;
}
.BgClassName
{
background-color: #BBBACD;
}
</style>
border-color css
<style>
span { border-color: #BBBACD; }
span { border-color: rgb(187,186,205); }
td.TdClassName
{
border-color: #BBBACD;
}
.TagClassName
{
border-color: #BBBACD;
}
</style>