Shades of Conifer #BCE256
Tints of Conifer #BCE256
RGB
CMYK
RGB Variations
Color information
#BCE256 (or 0xBCE256) is known color: Conifer. HEX triplet: BC, E2 and 56. RGB value is (188,226,86). Sum of RGB (Red+Green+Blue) = 188+226+86=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE256 is #431DA9. Grayscale: #C7C7C7. Windows color (decimal): -4398506 or 5694140. OLE color: 5694140.
HSL color Cylindrical-coordinate representation of color #BCE256: hue angle of 76.29º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCE256 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 86 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.11 |
| HSL | 76.29º | 0.71% | 0.61% | - |
| HSV(B) | 76.29º | 0.62% | 0.89% | - |
| XYZ | 49.62 | 65.76 | 18.88 | - |
| YUV | 198.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 86 | 0.17 | 0 | 0.62 | 0.11 | 76.29 | 0.71 | 0.61 |
| Hex | BC | E2 | 56 | 11 | 0 | 3E | B | 4C | 47 | 3D |
| Octal | 274 | 342 | 126 | 21 | 0 | 76 | 13 | 114 | 107 | 75 |
| Binary | 10111100 | 11100010 | 1010110 | 10001 | 0 | 111110 | 1011 | 1001100 | 1000111 | 111101 |
Color Harmonies of #BCE256
Complementary color
Monochromatic Colors of #BCE256
Black with #BCE256
Text Example
Text Example
White with #BCE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE256; }
p { color: rgb(188,226,86); }
H1.HeaderClassName
{
color: #BCE256;
}
.AnyTagClassName
{
color: #BCE256;
}
</style>
background-color css
<style>
a { background-color: #BCE256; }
a { background-color: rgb(188,226,86); }
div.DivClassName
{
background-color: #BCE256;
}
.BgClassName
{
background-color: #BCE256;
}
</style>
border-color css
<style>
span { border-color: #BCE256; }
span { border-color: rgb(188,226,86); }
td.TdClassName
{
border-color: #BCE256;
}
.TagClassName
{
border-color: #BCE256;
}
</style>