Shades of Caper #BCD27E
Tints of Caper #BCD27E
RGB
CMYK
RGB Variations
Color information
#BCD27E (or 0xBCD27E) is known color: Caper. HEX triplet: BC, D2 and 7E. RGB value is (188,210,126). Sum of RGB (Red+Green+Blue) = 188+210+126=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD27E is #432D81. Grayscale: #C2C2C2. Windows color (decimal): -4402562 or 8311484. OLE color: 8311484.
HSL color Cylindrical-coordinate representation of color #BCD27E: hue angle of 75.71º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD27E is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 126 | - |
| CMYK | 0.10 | 0 | 0.4 | 0.18 |
| HSL | 75.71º | 0.48% | 0.66% | - |
| HSV(B) | 75.71º | 0.4% | 0.82% | - |
| XYZ | 47.55 | 58.29 | 28.48 | - |
| YUV | 193.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 126 | 0.10 | 0 | 0.4 | 0.18 | 75.71 | 0.48 | 0.66 |
| Hex | BC | D2 | 7E | A | 0 | 28 | 12 | 4C | 30 | 42 |
| Octal | 274 | 322 | 176 | 12 | 0 | 50 | 22 | 114 | 60 | 102 |
| Binary | 10111100 | 11010010 | 1111110 | 1010 | 0 | 101000 | 10010 | 1001100 | 110000 | 1000010 |
Color Harmonies of #BCD27E
Complementary color
Monochromatic Colors of #BCD27E
Black with #BCD27E
Text Example
Text Example
White with #BCD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD27E; }
p { color: rgb(188,210,126); }
H1.HeaderClassName
{
color: #BCD27E;
}
.AnyTagClassName
{
color: #BCD27E;
}
</style>
background-color css
<style>
a { background-color: #BCD27E; }
a { background-color: rgb(188,210,126); }
div.DivClassName
{
background-color: #BCD27E;
}
.BgClassName
{
background-color: #BCD27E;
}
</style>
border-color css
<style>
span { border-color: #BCD27E; }
span { border-color: rgb(188,210,126); }
td.TdClassName
{
border-color: #BCD27E;
}
.TagClassName
{
border-color: #BCD27E;
}
</style>