Shades of Caper #BCD37E
Tints of Caper #BCD37E
RGB
CMYK
RGB Variations
Color information
#BCD37E (or 0xBCD37E) is known color: Caper. HEX triplet: BC, D3 and 7E. RGB value is (188,211,126). Sum of RGB (Red+Green+Blue) = 188+211+126=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD37E is #432C81. Grayscale: #C2C2C2. Windows color (decimal): -4402306 or 8311740. OLE color: 8311740.
HSL color Cylindrical-coordinate representation of color #BCD37E: hue angle of 76.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD37E is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 126 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.17 |
| HSL | 76.24º | 0.49% | 0.66% | - |
| HSV(B) | 76.24º | 0.4% | 0.83% | - |
| XYZ | 47.8 | 58.79 | 28.57 | - |
| YUV | 194.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 126 | 0.11 | 0 | 0.40 | 0.17 | 76.24 | 0.49 | 0.66 |
| Hex | BC | D3 | 7E | B | 0 | 28 | 11 | 4C | 31 | 42 |
| Octal | 274 | 323 | 176 | 13 | 0 | 50 | 21 | 114 | 61 | 102 |
| Binary | 10111100 | 11010011 | 1111110 | 1011 | 0 | 101000 | 10001 | 1001100 | 110001 | 1000010 |
Color Harmonies of #BCD37E
Complementary color
Monochromatic Colors of #BCD37E
Black with #BCD37E
Text Example
Text Example
White with #BCD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD37E; }
p { color: rgb(188,211,126); }
H1.HeaderClassName
{
color: #BCD37E;
}
.AnyTagClassName
{
color: #BCD37E;
}
</style>
background-color css
<style>
a { background-color: #BCD37E; }
a { background-color: rgb(188,211,126); }
div.DivClassName
{
background-color: #BCD37E;
}
.BgClassName
{
background-color: #BCD37E;
}
</style>
border-color css
<style>
span { border-color: #BCD37E; }
span { border-color: rgb(188,211,126); }
td.TdClassName
{
border-color: #BCD37E;
}
.TagClassName
{
border-color: #BCD37E;
}
</style>