Shades of Blue Haze #BCBACC
Tints of Blue Haze #BCBACC
RGB
CMYK
RGB Variations
Color information
#BCBACC (or 0xBCBACC) is known color: Blue Haze. HEX triplet: BC, BA and CC. RGB value is (188,186,204). Sum of RGB (Red+Green+Blue) = 188+186+204=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACC is #434533. Grayscale: #BCBCBC. Windows color (decimal): -4408628 or 13417148. OLE color: 13417148.
HSL color Cylindrical-coordinate representation of color #BCBACC: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBACC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 186 | 204 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.2 |
| HSL | 246.67º | 0.15% | 0.76% | - |
| HSV(B) | 246.67º | 0.09% | 0.8% | - |
| XYZ | 49.2 | 50.17 | 64.22 | - |
| YUV | 188.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 204 | 0.08 | 0.09 | 0 | 0.2 | 246.67 | 0.15 | 0.76 |
| Hex | BC | BA | CC | 8 | 9 | 0 | 14 | F7 | F | 4C |
| Octal | 274 | 272 | 314 | 10 | 11 | 0 | 24 | 367 | 17 | 114 |
| Binary | 10111100 | 10111010 | 11001100 | 1000 | 1001 | 0 | 10100 | 11110111 | 1111 | 1001100 |
Color Harmonies of #BCBACC
Complementary color
Monochromatic Colors of #BCBACC
Black with #BCBACC
Text Example
Text Example
White with #BCBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBACC; }
p { color: rgb(188,186,204); }
H1.HeaderClassName
{
color: #BCBACC;
}
.AnyTagClassName
{
color: #BCBACC;
}
</style>
background-color css
<style>
a { background-color: #BCBACC; }
a { background-color: rgb(188,186,204); }
div.DivClassName
{
background-color: #BCBACC;
}
.BgClassName
{
background-color: #BCBACC;
}
</style>
border-color css
<style>
span { border-color: #BCBACC; }
span { border-color: rgb(188,186,204); }
td.TdClassName
{
border-color: #BCBACC;
}
.TagClassName
{
border-color: #BCBACC;
}
</style>