Shades of Green Mist #BCBE90
Tints of Green Mist #BCBE90
RGB
CMYK
RGB Variations
Color information
#BCBE90 (or 0xBCBE90) is known color: Green Mist. HEX triplet: BC, BE and 90. RGB value is (188,190,144). Sum of RGB (Red+Green+Blue) = 188+190+144=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE90 is #43416F. Grayscale: #B8B8B8. Windows color (decimal): -4407664 or 9486012. OLE color: 9486012.
HSL color Cylindrical-coordinate representation of color #BCBE90: hue angle of 62.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBE90 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 144 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.25 |
| HSL | 62.61º | 0.26% | 0.65% | - |
| HSV(B) | 62.61º | 0.24% | 0.75% | - |
| XYZ | 44.19 | 49.53 | 33.62 | - |
| YUV | 184.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 144 | 0.01 | 0 | 0.24 | 0.25 | 62.61 | 0.26 | 0.65 |
| Hex | BC | BE | 90 | 1 | 0 | 18 | 19 | 3F | 1A | 41 |
| Octal | 274 | 276 | 220 | 1 | 0 | 30 | 31 | 77 | 32 | 101 |
| Binary | 10111100 | 10111110 | 10010000 | 1 | 0 | 11000 | 11001 | 111111 | 11010 | 1000001 |
Color Harmonies of #BCBE90
Complementary color
Monochromatic Colors of #BCBE90
Black with #BCBE90
Text Example
Text Example
White with #BCBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE90; }
p { color: rgb(188,190,144); }
H1.HeaderClassName
{
color: #BCBE90;
}
.AnyTagClassName
{
color: #BCBE90;
}
</style>
background-color css
<style>
a { background-color: #BCBE90; }
a { background-color: rgb(188,190,144); }
div.DivClassName
{
background-color: #BCBE90;
}
.BgClassName
{
background-color: #BCBE90;
}
</style>
border-color css
<style>
span { border-color: #BCBE90; }
span { border-color: rgb(188,190,144); }
td.TdClassName
{
border-color: #BCBE90;
}
.TagClassName
{
border-color: #BCBE90;
}
</style>