Shades of Mist Grey #BCBCA8
Tints of Mist Grey #BCBCA8
RGB
CMYK
RGB Variations
Color information
#BCBCA8 (or 0xBCBCA8) is known color: Mist Grey. HEX triplet: BC, BC and A8. RGB value is (188,188,168). Sum of RGB (Red+Green+Blue) = 188+188+168=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCA8 is #434357. Grayscale: #B9B9B9. Windows color (decimal): -4408152 or 11058364. OLE color: 11058364.
HSL color Cylindrical-coordinate representation of color #BCBCA8: hue angle of 60º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBCA8 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 188 | 168 | - |
CMYK | 0 | 0 | 0.11 | 0.26 |
HSL | 60º | 0.13% | 0.7% | - |
HSV(B) | 60º | 0.11% | 0.74% | - |
XYZ | 45.79 | 49.48 | 44.18 | - |
YUV | 185.72 | 118 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 188 | 168 | 0 | 0 | 0.11 | 0.26 | 60 | 0.13 | 0.7 |
Hex | BC | BC | A8 | 0 | 0 | B | 1A | 3C | D | 46 |
Octal | 274 | 274 | 250 | 0 | 0 | 13 | 32 | 74 | 15 | 106 |
Binary | 10111100 | 10111100 | 10101000 | 0 | 0 | 1011 | 11010 | 111100 | 1101 | 1000110 |
Color Harmonies of #BCBCA8
Complementary color
Monochromatic Colors of #BCBCA8
Black with #BCBCA8
Text Example
Text Example
White with #BCBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCA8; }
p { color: rgb(188,188,168); }
H1.HeaderClassName
{
color: #BCBCA8;
}
.AnyTagClassName
{
color: #BCBCA8;
}
</style>
background-color css
<style>
a { background-color: #BCBCA8; }
a { background-color: rgb(188,188,168); }
div.DivClassName
{
background-color: #BCBCA8;
}
.BgClassName
{
background-color: #BCBCA8;
}
</style>
border-color css
<style>
span { border-color: #BCBCA8; }
span { border-color: rgb(188,188,168); }
td.TdClassName
{
border-color: #BCBCA8;
}
.TagClassName
{
border-color: #BCBCA8;
}
</style>