Shades of Blue Haze #BBBACE
Tints of Blue Haze #BBBACE
RGB
CMYK
RGB Variations
Color information
#BBBACE (or 0xBBBACE) is known color: Blue Haze. HEX triplet: BB, BA and CE. RGB value is (187,186,206). Sum of RGB (Red+Green+Blue) = 187+186+206=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACE is #444531. Grayscale: #BCBCBC. Windows color (decimal): -4474162 or 13548219. OLE color: 13548219.
HSL color Cylindrical-coordinate representation of color #BBBACE: hue angle of 243º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBACE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 186 | 206 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.19 |
| HSL | 243º | 0.17% | 0.77% | - |
| HSV(B) | 243º | 0.1% | 0.81% | - |
| XYZ | 49.19 | 50.14 | 65.48 | - |
| YUV | 188.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 206 | 0.09 | 0.10 | 0 | 0.19 | 243 | 0.17 | 0.77 |
| Hex | BB | BA | CE | 9 | A | 0 | 13 | F3 | 11 | 4D |
| Octal | 273 | 272 | 316 | 11 | 12 | 0 | 23 | 363 | 21 | 115 |
| Binary | 10111011 | 10111010 | 11001110 | 1001 | 1010 | 0 | 10011 | 11110011 | 10001 | 1001101 |
Color Harmonies of #BBBACE
Complementary color
Monochromatic Colors of #BBBACE
Black with #BBBACE
Text Example
Text Example
White with #BBBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBACE; }
p { color: rgb(187,186,206); }
H1.HeaderClassName
{
color: #BBBACE;
}
.AnyTagClassName
{
color: #BBBACE;
}
</style>
background-color css
<style>
a { background-color: #BBBACE; }
a { background-color: rgb(187,186,206); }
div.DivClassName
{
background-color: #BBBACE;
}
.BgClassName
{
background-color: #BBBACE;
}
</style>
border-color css
<style>
span { border-color: #BBBACE; }
span { border-color: rgb(187,186,206); }
td.TdClassName
{
border-color: #BBBACE;
}
.TagClassName
{
border-color: #BBBACE;
}
</style>