Shades of Green Mist #BCC394
Tints of Green Mist #BCC394
RGB
CMYK
RGB Variations
Color information
#BCC394 (or 0xBCC394) is known color: Green Mist. HEX triplet: BC, C3 and 94. RGB value is (188,195,148). Sum of RGB (Red+Green+Blue) = 188+195+148=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC394 is #433C6B. Grayscale: #BBBBBB. Windows color (decimal): -4406380 or 9749436. OLE color: 9749436.
HSL color Cylindrical-coordinate representation of color #BCC394: hue angle of 68.94º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC394 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 148 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.24 |
| HSL | 68.94º | 0.28% | 0.67% | - |
| HSV(B) | 68.94º | 0.24% | 0.76% | - |
| XYZ | 45.6 | 51.86 | 35.62 | - |
| YUV | 187.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 148 | 0.04 | 0 | 0.24 | 0.24 | 68.94 | 0.28 | 0.67 |
| Hex | BC | C3 | 94 | 4 | 0 | 18 | 18 | 45 | 1C | 43 |
| Octal | 274 | 303 | 224 | 4 | 0 | 30 | 30 | 105 | 34 | 103 |
| Binary | 10111100 | 11000011 | 10010100 | 100 | 0 | 11000 | 11000 | 1000101 | 11100 | 1000011 |
Color Harmonies of #BCC394
Complementary color
Monochromatic Colors of #BCC394
Black with #BCC394
Text Example
Text Example
White with #BCC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC394; }
p { color: rgb(188,195,148); }
H1.HeaderClassName
{
color: #BCC394;
}
.AnyTagClassName
{
color: #BCC394;
}
</style>
background-color css
<style>
a { background-color: #BCC394; }
a { background-color: rgb(188,195,148); }
div.DivClassName
{
background-color: #BCC394;
}
.BgClassName
{
background-color: #BCC394;
}
</style>
border-color css
<style>
span { border-color: #BCC394; }
span { border-color: rgb(188,195,148); }
td.TdClassName
{
border-color: #BCC394;
}
.TagClassName
{
border-color: #BCC394;
}
</style>