Shades of Green Mist #BCC295
Tints of Green Mist #BCC295
RGB
CMYK
RGB Variations
Color information
#BCC295 (or 0xBCC295) is known color: Green Mist. HEX triplet: BC, C2 and 95. RGB value is (188,194,149). Sum of RGB (Red+Green+Blue) = 188+194+149=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC295 is #433D6A. Grayscale: #BBBBBB. Windows color (decimal): -4406635 or 9814716. OLE color: 9814716.
HSL color Cylindrical-coordinate representation of color #BCC295: hue angle of 68º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC295 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 149 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.24 |
| HSL | 68º | 0.27% | 0.67% | - |
| HSV(B) | 68º | 0.23% | 0.76% | - |
| XYZ | 45.46 | 51.44 | 35.97 | - |
| YUV | 187.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 149 | 0.03 | 0 | 0.23 | 0.24 | 68 | 0.27 | 0.67 |
| Hex | BC | C2 | 95 | 3 | 0 | 17 | 18 | 44 | 1B | 43 |
| Octal | 274 | 302 | 225 | 3 | 0 | 27 | 30 | 104 | 33 | 103 |
| Binary | 10111100 | 11000010 | 10010101 | 11 | 0 | 10111 | 11000 | 1000100 | 11011 | 1000011 |
Color Harmonies of #BCC295
Complementary color
Monochromatic Colors of #BCC295
Black with #BCC295
Text Example
Text Example
White with #BCC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC295; }
p { color: rgb(188,194,149); }
H1.HeaderClassName
{
color: #BCC295;
}
.AnyTagClassName
{
color: #BCC295;
}
</style>
background-color css
<style>
a { background-color: #BCC295; }
a { background-color: rgb(188,194,149); }
div.DivClassName
{
background-color: #BCC295;
}
.BgClassName
{
background-color: #BCC295;
}
</style>
border-color css
<style>
span { border-color: #BCC295; }
span { border-color: rgb(188,194,149); }
td.TdClassName
{
border-color: #BCC295;
}
.TagClassName
{
border-color: #BCC295;
}
</style>