Shades of Green Mist #BCC097
Tints of Green Mist #BCC097
RGB
CMYK
RGB Variations
Color information
#BCC097 (or 0xBCC097) is known color: Green Mist. HEX triplet: BC, C0 and 97. RGB value is (188,192,151). Sum of RGB (Red+Green+Blue) = 188+192+151=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC097 is #433F68. Grayscale: #BABABA. Windows color (decimal): -4407145 or 9945276. OLE color: 9945276.
HSL color Cylindrical-coordinate representation of color #BCC097: hue angle of 65.85º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC097 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 151 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.25 |
| HSL | 65.85º | 0.25% | 0.67% | - |
| HSV(B) | 65.85º | 0.21% | 0.75% | - |
| XYZ | 45.17 | 50.63 | 36.67 | - |
| YUV | 186.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 151 | 0.02 | 0 | 0.21 | 0.25 | 65.85 | 0.25 | 0.67 |
| Hex | BC | C0 | 97 | 2 | 0 | 15 | 19 | 42 | 19 | 43 |
| Octal | 274 | 300 | 227 | 2 | 0 | 25 | 31 | 102 | 31 | 103 |
| Binary | 10111100 | 11000000 | 10010111 | 10 | 0 | 10101 | 11001 | 1000010 | 11001 | 1000011 |
Color Harmonies of #BCC097
Complementary color
Monochromatic Colors of #BCC097
Black with #BCC097
Text Example
Text Example
White with #BCC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC097; }
p { color: rgb(188,192,151); }
H1.HeaderClassName
{
color: #BCC097;
}
.AnyTagClassName
{
color: #BCC097;
}
</style>
background-color css
<style>
a { background-color: #BCC097; }
a { background-color: rgb(188,192,151); }
div.DivClassName
{
background-color: #BCC097;
}
.BgClassName
{
background-color: #BCC097;
}
</style>
border-color css
<style>
span { border-color: #BCC097; }
span { border-color: rgb(188,192,151); }
td.TdClassName
{
border-color: #BCC097;
}
.TagClassName
{
border-color: #BCC097;
}
</style>