Shades of Blue Haze #BCBACB
Tints of Blue Haze #BCBACB
RGB
CMYK
RGB Variations
Color information
#BCBACB (or 0xBCBACB) is known color: Blue Haze. HEX triplet: BC, BA and CB. RGB value is (188,186,203). Sum of RGB (Red+Green+Blue) = 188+186+203=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACB is #434534. Grayscale: #BCBCBC. Windows color (decimal): -4408629 or 13351612. OLE color: 13351612.
HSL color Cylindrical-coordinate representation of color #BCBACB: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBACB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 186 | 203 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.20 |
| HSL | 247.06º | 0.14% | 0.76% | - |
| HSV(B) | 247.06º | 0.08% | 0.8% | - |
| XYZ | 49.08 | 50.12 | 63.59 | - |
| YUV | 188.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 203 | 0.07 | 0.08 | 0 | 0.20 | 247.06 | 0.14 | 0.76 |
| Hex | BC | BA | CB | 7 | 8 | 0 | 14 | F7 | E | 4C |
| Octal | 274 | 272 | 313 | 7 | 10 | 0 | 24 | 367 | 16 | 114 |
| Binary | 10111100 | 10111010 | 11001011 | 111 | 1000 | 0 | 10100 | 11110111 | 1110 | 1001100 |
Color Harmonies of #BCBACB
Complementary color
Monochromatic Colors of #BCBACB
Black with #BCBACB
Text Example
Text Example
White with #BCBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBACB; }
p { color: rgb(188,186,203); }
H1.HeaderClassName
{
color: #BCBACB;
}
.AnyTagClassName
{
color: #BCBACB;
}
</style>
background-color css
<style>
a { background-color: #BCBACB; }
a { background-color: rgb(188,186,203); }
div.DivClassName
{
background-color: #BCBACB;
}
.BgClassName
{
background-color: #BCBACB;
}
</style>
border-color css
<style>
span { border-color: #BCBACB; }
span { border-color: rgb(188,186,203); }
td.TdClassName
{
border-color: #BCBACB;
}
.TagClassName
{
border-color: #BCBACB;
}
</style>