Shades of Blue Haze #BCBACE
Tints of Blue Haze #BCBACE
RGB
CMYK
RGB Variations
Color information
#BCBACE (or 0xBCBACE) is known color: Blue Haze. HEX triplet: BC, BA and CE. RGB value is (188,186,206). Sum of RGB (Red+Green+Blue) = 188+186+206=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACE is #434531. Grayscale: #BCBCBC. Windows color (decimal): -4408626 or 13548220. OLE color: 13548220.
HSL color Cylindrical-coordinate representation of color #BCBACE: hue angle of 246º 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 #BCBACE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 186 | 206 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.19 |
| HSL | 246º | 0.17% | 0.77% | - |
| HSV(B) | 246º | 0.1% | 0.81% | - |
| XYZ | 49.44 | 50.27 | 65.49 | - |
| YUV | 188.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 206 | 0.09 | 0.10 | 0 | 0.19 | 246 | 0.17 | 0.77 |
| Hex | BC | BA | CE | 9 | A | 0 | 13 | F6 | 11 | 4D |
| Octal | 274 | 272 | 316 | 11 | 12 | 0 | 23 | 366 | 21 | 115 |
| Binary | 10111100 | 10111010 | 11001110 | 1001 | 1010 | 0 | 10011 | 11110110 | 10001 | 1001101 |
Color Harmonies of #BCBACE
Complementary color
Monochromatic Colors of #BCBACE
Black with #BCBACE
Text Example
Text Example
White with #BCBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBACE; }
p { color: rgb(188,186,206); }
H1.HeaderClassName
{
color: #BCBACE;
}
.AnyTagClassName
{
color: #BCBACE;
}
</style>
background-color css
<style>
a { background-color: #BCBACE; }
a { background-color: rgb(188,186,206); }
div.DivClassName
{
background-color: #BCBACE;
}
.BgClassName
{
background-color: #BCBACE;
}
</style>
border-color css
<style>
span { border-color: #BCBACE; }
span { border-color: rgb(188,186,206); }
td.TdClassName
{
border-color: #BCBACE;
}
.TagClassName
{
border-color: #BCBACE;
}
</style>