Shades of Moss Green #BCEDB8
Tints of Moss Green #BCEDB8
RGB
CMYK
RGB Variations
Color information
#BCEDB8 (or 0xBCEDB8) is known color: Moss Green. HEX triplet: BC, ED and B8. RGB value is (188,237,184). Sum of RGB (Red+Green+Blue) = 188+237+184=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDB8 is #431247. Grayscale: #D8D8D8. Windows color (decimal): -4395592 or 12119484. OLE color: 12119484.
HSL color Cylindrical-coordinate representation of color #BCEDB8: hue angle of 115.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEDB8 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 184 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.07 |
| HSL | 115.47º | 0.6% | 0.83% | - |
| HSV(B) | 115.47º | 0.22% | 0.93% | - |
| XYZ | 59.67 | 74.72 | 56.62 | - |
| YUV | 216.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 184 | 0.21 | 0 | 0.22 | 0.07 | 115.47 | 0.6 | 0.83 |
| Hex | BC | ED | B8 | 15 | 0 | 16 | 7 | 73 | 3C | 53 |
| Octal | 274 | 355 | 270 | 25 | 0 | 26 | 7 | 163 | 74 | 123 |
| Binary | 10111100 | 11101101 | 10111000 | 10101 | 0 | 10110 | 111 | 1110011 | 111100 | 1010011 |
Color Harmonies of #BCEDB8
Complementary color
Monochromatic Colors of #BCEDB8
Black with #BCEDB8
Text Example
Text Example
White with #BCEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDB8; }
p { color: rgb(188,237,184); }
H1.HeaderClassName
{
color: #BCEDB8;
}
.AnyTagClassName
{
color: #BCEDB8;
}
</style>
background-color css
<style>
a { background-color: #BCEDB8; }
a { background-color: rgb(188,237,184); }
div.DivClassName
{
background-color: #BCEDB8;
}
.BgClassName
{
background-color: #BCEDB8;
}
</style>
border-color css
<style>
span { border-color: #BCEDB8; }
span { border-color: rgb(188,237,184); }
td.TdClassName
{
border-color: #BCEDB8;
}
.TagClassName
{
border-color: #BCEDB8;
}
</style>