Shades of Caper #BCD486
Tints of Caper #BCD486
RGB
CMYK
RGB Variations
Color information
#BCD486 (or 0xBCD486) is known color: Caper. HEX triplet: BC, D4 and 86. RGB value is (188,212,134). Sum of RGB (Red+Green+Blue) = 188+212+134=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD486 is #432B79. Grayscale: #C4C4C4. Windows color (decimal): -4402042 or 8836284. OLE color: 8836284.
HSL color Cylindrical-coordinate representation of color #BCD486: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCD486 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 134 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.17 |
| HSL | 78.46º | 0.48% | 0.68% | - |
| HSV(B) | 78.46º | 0.37% | 0.83% | - |
| XYZ | 48.59 | 59.5 | 31.48 | - |
| YUV | 195.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 134 | 0.11 | 0 | 0.37 | 0.17 | 78.46 | 0.48 | 0.68 |
| Hex | BC | D4 | 86 | B | 0 | 25 | 11 | 4E | 30 | 44 |
| Octal | 274 | 324 | 206 | 13 | 0 | 45 | 21 | 116 | 60 | 104 |
| Binary | 10111100 | 11010100 | 10000110 | 1011 | 0 | 100101 | 10001 | 1001110 | 110000 | 1000100 |
Color Harmonies of #BCD486
Complementary color
Monochromatic Colors of #BCD486
Black with #BCD486
Text Example
Text Example
White with #BCD486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD486; }
p { color: rgb(188,212,134); }
H1.HeaderClassName
{
color: #BCD486;
}
.AnyTagClassName
{
color: #BCD486;
}
</style>
background-color css
<style>
a { background-color: #BCD486; }
a { background-color: rgb(188,212,134); }
div.DivClassName
{
background-color: #BCD486;
}
.BgClassName
{
background-color: #BCD486;
}
</style>
border-color css
<style>
span { border-color: #BCD486; }
span { border-color: rgb(188,212,134); }
td.TdClassName
{
border-color: #BCD486;
}
.TagClassName
{
border-color: #BCD486;
}
</style>