Shades of Conifer #BCE253
Tints of Conifer #BCE253
RGB
CMYK
RGB Variations
Color information
#BCE253 (or 0xBCE253) is known color: Conifer. HEX triplet: BC, E2 and 53. RGB value is (188,226,83). Sum of RGB (Red+Green+Blue) = 188+226+83=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE253 is #431DAC. Grayscale: #C6C6C6. Windows color (decimal): -4398509 or 5497532. OLE color: 5497532.
HSL color Cylindrical-coordinate representation of color #BCE253: hue angle of 75.94º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCE253 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 83 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.11 |
| HSL | 75.94º | 0.71% | 0.61% | - |
| HSV(B) | 75.94º | 0.63% | 0.89% | - |
| XYZ | 49.5 | 65.71 | 18.26 | - |
| YUV | 198.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 83 | 0.17 | 0 | 0.63 | 0.11 | 75.94 | 0.71 | 0.61 |
| Hex | BC | E2 | 53 | 11 | 0 | 3F | B | 4C | 47 | 3D |
| Octal | 274 | 342 | 123 | 21 | 0 | 77 | 13 | 114 | 107 | 75 |
| Binary | 10111100 | 11100010 | 1010011 | 10001 | 0 | 111111 | 1011 | 1001100 | 1000111 | 111101 |
Color Harmonies of #BCE253
Complementary color
Monochromatic Colors of #BCE253
Black with #BCE253
Text Example
Text Example
White with #BCE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE253; }
p { color: rgb(188,226,83); }
H1.HeaderClassName
{
color: #BCE253;
}
.AnyTagClassName
{
color: #BCE253;
}
</style>
background-color css
<style>
a { background-color: #BCE253; }
a { background-color: rgb(188,226,83); }
div.DivClassName
{
background-color: #BCE253;
}
.BgClassName
{
background-color: #BCE253;
}
</style>
border-color css
<style>
span { border-color: #BCE253; }
span { border-color: rgb(188,226,83); }
td.TdClassName
{
border-color: #BCE253;
}
.TagClassName
{
border-color: #BCE253;
}
</style>