Shades of Caper #BCD37D
Tints of Caper #BCD37D
RGB
CMYK
RGB Variations
Color information
#BCD37D (or 0xBCD37D) is known color: Caper. HEX triplet: BC, D3 and 7D. RGB value is (188,211,125). Sum of RGB (Red+Green+Blue) = 188+211+125=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD37D is #432C82. Grayscale: #C2C2C2. Windows color (decimal): -4402307 or 8246204. OLE color: 8246204.
HSL color Cylindrical-coordinate representation of color #BCD37D: hue angle of 76.05º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD37D is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 125 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.17 |
| HSL | 76.05º | 0.49% | 0.66% | - |
| HSV(B) | 76.05º | 0.41% | 0.83% | - |
| XYZ | 47.73 | 58.76 | 28.23 | - |
| YUV | 194.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 125 | 0.11 | 0 | 0.41 | 0.17 | 76.05 | 0.49 | 0.66 |
| Hex | BC | D3 | 7D | B | 0 | 29 | 11 | 4C | 31 | 42 |
| Octal | 274 | 323 | 175 | 13 | 0 | 51 | 21 | 114 | 61 | 102 |
| Binary | 10111100 | 11010011 | 1111101 | 1011 | 0 | 101001 | 10001 | 1001100 | 110001 | 1000010 |
Color Harmonies of #BCD37D
Complementary color
Monochromatic Colors of #BCD37D
Black with #BCD37D
Text Example
Text Example
White with #BCD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD37D; }
p { color: rgb(188,211,125); }
H1.HeaderClassName
{
color: #BCD37D;
}
.AnyTagClassName
{
color: #BCD37D;
}
</style>
background-color css
<style>
a { background-color: #BCD37D; }
a { background-color: rgb(188,211,125); }
div.DivClassName
{
background-color: #BCD37D;
}
.BgClassName
{
background-color: #BCD37D;
}
</style>
border-color css
<style>
span { border-color: #BCD37D; }
span { border-color: rgb(188,211,125); }
td.TdClassName
{
border-color: #BCD37D;
}
.TagClassName
{
border-color: #BCD37D;
}
</style>