Shades of Green Mist #BFC3A0
Tints of Green Mist #BFC3A0
RGB
CMYK
RGB Variations
Color information
#BFC3A0 (or 0xBFC3A0) is known color: Green Mist. HEX triplet: BF, C3 and A0. RGB value is (191,195,160). Sum of RGB (Red+Green+Blue) = 191+195+160=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3A0 is #403C5F. Grayscale: #BDBDBD. Windows color (decimal): -4209760 or 10535871. OLE color: 10535871.
HSL color Cylindrical-coordinate representation of color #BFC3A0: hue angle of 66.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC3A0 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 195 | 160 | - |
CMYK | 0.02 | 0 | 0.18 | 0.24 |
HSL | 66.86º | 0.23% | 0.7% | - |
HSV(B) | 66.86º | 0.18% | 0.76% | - |
XYZ | 47.35 | 52.64 | 40.92 | - |
YUV | 189.81 | 111.17 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 195 | 160 | 0.02 | 0 | 0.18 | 0.24 | 66.86 | 0.23 | 0.7 |
Hex | BF | C3 | A0 | 2 | 0 | 12 | 18 | 43 | 17 | 46 |
Octal | 277 | 303 | 240 | 2 | 0 | 22 | 30 | 103 | 27 | 106 |
Binary | 10111111 | 11000011 | 10100000 | 10 | 0 | 10010 | 11000 | 1000011 | 10111 | 1000110 |
Color Harmonies of #BFC3A0
Complementary color
Monochromatic Colors of #BFC3A0
Black with #BFC3A0
Text Example
Text Example
White with #BFC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3A0; }
p { color: rgb(191,195,160); }
H1.HeaderClassName
{
color: #BFC3A0;
}
.AnyTagClassName
{
color: #BFC3A0;
}
</style>
background-color css
<style>
a { background-color: #BFC3A0; }
a { background-color: rgb(191,195,160); }
div.DivClassName
{
background-color: #BFC3A0;
}
.BgClassName
{
background-color: #BFC3A0;
}
</style>
border-color css
<style>
span { border-color: #BFC3A0; }
span { border-color: rgb(191,195,160); }
td.TdClassName
{
border-color: #BFC3A0;
}
.TagClassName
{
border-color: #BFC3A0;
}
</style>