Shades of Green Mist #BCC09C
Tints of Green Mist #BCC09C
RGB
CMYK
RGB Variations
Color information
#BCC09C (or 0xBCC09C) is known color: Green Mist. HEX triplet: BC, C0 and 9C. RGB value is (188,192,156). Sum of RGB (Red+Green+Blue) = 188+192+156=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09C is #433F63. Grayscale: #BABABA. Windows color (decimal): -4407140 or 10272956. OLE color: 10272956.
HSL color Cylindrical-coordinate representation of color #BCC09C: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC09C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 156 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.25 |
| HSL | 66.67º | 0.22% | 0.68% | - |
| HSV(B) | 66.67º | 0.19% | 0.75% | - |
| XYZ | 45.59 | 50.79 | 38.85 | - |
| YUV | 186.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 156 | 0.02 | 0 | 0.19 | 0.25 | 66.67 | 0.22 | 0.68 |
| Hex | BC | C0 | 9C | 2 | 0 | 13 | 19 | 43 | 16 | 44 |
| Octal | 274 | 300 | 234 | 2 | 0 | 23 | 31 | 103 | 26 | 104 |
| Binary | 10111100 | 11000000 | 10011100 | 10 | 0 | 10011 | 11001 | 1000011 | 10110 | 1000100 |
Color Harmonies of #BCC09C
Complementary color
Monochromatic Colors of #BCC09C
Black with #BCC09C
Text Example
Text Example
White with #BCC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC09C; }
p { color: rgb(188,192,156); }
H1.HeaderClassName
{
color: #BCC09C;
}
.AnyTagClassName
{
color: #BCC09C;
}
</style>
background-color css
<style>
a { background-color: #BCC09C; }
a { background-color: rgb(188,192,156); }
div.DivClassName
{
background-color: #BCC09C;
}
.BgClassName
{
background-color: #BCC09C;
}
</style>
border-color css
<style>
span { border-color: #BCC09C; }
span { border-color: rgb(188,192,156); }
td.TdClassName
{
border-color: #BCC09C;
}
.TagClassName
{
border-color: #BCC09C;
}
</style>