Shades of Caper #BCD27C
Tints of Caper #BCD27C
RGB
CMYK
RGB Variations
Color information
#BCD27C (or 0xBCD27C) is known color: Caper. HEX triplet: BC, D2 and 7C. RGB value is (188,210,124). Sum of RGB (Red+Green+Blue) = 188+210+124=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD27C is #432D83. Grayscale: #C1C1C1. Windows color (decimal): -4402564 or 8180412. OLE color: 8180412.
HSL color Cylindrical-coordinate representation of color #BCD27C: hue angle of 75.35º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD27C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 124 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.18 |
| HSL | 75.35º | 0.49% | 0.65% | - |
| HSV(B) | 75.35º | 0.41% | 0.82% | - |
| XYZ | 47.42 | 58.24 | 27.81 | - |
| YUV | 193.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 124 | 0.10 | 0 | 0.41 | 0.18 | 75.35 | 0.49 | 0.65 |
| Hex | BC | D2 | 7C | A | 0 | 29 | 12 | 4B | 31 | 41 |
| Octal | 274 | 322 | 174 | 12 | 0 | 51 | 22 | 113 | 61 | 101 |
| Binary | 10111100 | 11010010 | 1111100 | 1010 | 0 | 101001 | 10010 | 1001011 | 110001 | 1000001 |
Color Harmonies of #BCD27C
Complementary color
Monochromatic Colors of #BCD27C
Black with #BCD27C
Text Example
Text Example
White with #BCD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD27C; }
p { color: rgb(188,210,124); }
H1.HeaderClassName
{
color: #BCD27C;
}
.AnyTagClassName
{
color: #BCD27C;
}
</style>
background-color css
<style>
a { background-color: #BCD27C; }
a { background-color: rgb(188,210,124); }
div.DivClassName
{
background-color: #BCD27C;
}
.BgClassName
{
background-color: #BCD27C;
}
</style>
border-color css
<style>
span { border-color: #BCD27C; }
span { border-color: rgb(188,210,124); }
td.TdClassName
{
border-color: #BCD27C;
}
.TagClassName
{
border-color: #BCD27C;
}
</style>