Shades of Blue Haze #BCBACA
Tints of Blue Haze #BCBACA
RGB
CMYK
RGB Variations
Color information
#BCBACA (or 0xBCBACA) is known color: Blue Haze. HEX triplet: BC, BA and CA. RGB value is (188,186,202). Sum of RGB (Red+Green+Blue) = 188+186+202=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACA is #434535. Grayscale: #BCBCBC. Windows color (decimal): -4408630 or 13286076. OLE color: 13286076.
HSL color Cylindrical-coordinate representation of color #BCBACA: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBACA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 186 | 202 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.21 |
| HSL | 247.5º | 0.13% | 0.76% | - |
| HSV(B) | 247.5º | 0.08% | 0.79% | - |
| XYZ | 48.96 | 50.07 | 62.96 | - |
| YUV | 188.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 202 | 0.07 | 0.08 | 0 | 0.21 | 247.5 | 0.13 | 0.76 |
| Hex | BC | BA | CA | 7 | 8 | 0 | 15 | F8 | D | 4C |
| Octal | 274 | 272 | 312 | 7 | 10 | 0 | 25 | 370 | 15 | 114 |
| Binary | 10111100 | 10111010 | 11001010 | 111 | 1000 | 0 | 10101 | 11111000 | 1101 | 1001100 |
Color Harmonies of #BCBACA
Complementary color
Monochromatic Colors of #BCBACA
Black with #BCBACA
Text Example
Text Example
White with #BCBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBACA; }
p { color: rgb(188,186,202); }
H1.HeaderClassName
{
color: #BCBACA;
}
.AnyTagClassName
{
color: #BCBACA;
}
</style>
background-color css
<style>
a { background-color: #BCBACA; }
a { background-color: rgb(188,186,202); }
div.DivClassName
{
background-color: #BCBACA;
}
.BgClassName
{
background-color: #BCBACA;
}
</style>
border-color css
<style>
span { border-color: #BCBACA; }
span { border-color: rgb(188,186,202); }
td.TdClassName
{
border-color: #BCBACA;
}
.TagClassName
{
border-color: #BCBACA;
}
</style>