Shades of Caper #BCD386
Tints of Caper #BCD386
RGB
CMYK
RGB Variations
Color information
#BCD386 (or 0xBCD386) is known color: Caper. HEX triplet: BC, D3 and 86. RGB value is (188,211,134). Sum of RGB (Red+Green+Blue) = 188+211+134=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD386 is #432C79. Grayscale: #C3C3C3. Windows color (decimal): -4402298 or 8836028. OLE color: 8836028.
HSL color Cylindrical-coordinate representation of color #BCD386: hue angle of 77.92º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD386 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 134 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.17 |
| HSL | 77.92º | 0.47% | 0.68% | - |
| HSV(B) | 77.92º | 0.36% | 0.83% | - |
| XYZ | 48.34 | 59 | 31.4 | - |
| YUV | 195.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 134 | 0.11 | 0 | 0.36 | 0.17 | 77.92 | 0.47 | 0.68 |
| Hex | BC | D3 | 86 | B | 0 | 24 | 11 | 4E | 2F | 44 |
| Octal | 274 | 323 | 206 | 13 | 0 | 44 | 21 | 116 | 57 | 104 |
| Binary | 10111100 | 11010011 | 10000110 | 1011 | 0 | 100100 | 10001 | 1001110 | 101111 | 1000100 |
Color Harmonies of #BCD386
Complementary color
Monochromatic Colors of #BCD386
Black with #BCD386
Text Example
Text Example
White with #BCD386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD386; }
p { color: rgb(188,211,134); }
H1.HeaderClassName
{
color: #BCD386;
}
.AnyTagClassName
{
color: #BCD386;
}
</style>
background-color css
<style>
a { background-color: #BCD386; }
a { background-color: rgb(188,211,134); }
div.DivClassName
{
background-color: #BCD386;
}
.BgClassName
{
background-color: #BCD386;
}
</style>
border-color css
<style>
span { border-color: #BCD386; }
span { border-color: rgb(188,211,134); }
td.TdClassName
{
border-color: #BCD386;
}
.TagClassName
{
border-color: #BCD386;
}
</style>