Shades of Caper #BCD18A
Tints of Caper #BCD18A
RGB
CMYK
RGB Variations
Color information
#BCD18A (or 0xBCD18A) is known color: Caper. HEX triplet: BC, D1 and 8A. RGB value is (188,209,138). Sum of RGB (Red+Green+Blue) = 188+209+138=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD18A is #432E75. Grayscale: #C2C2C2. Windows color (decimal): -4402806 or 9097660. OLE color: 9097660.
HSL color Cylindrical-coordinate representation of color #BCD18A: hue angle of 77.75º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD18A is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 138 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.18 |
| HSL | 77.75º | 0.44% | 0.68% | - |
| HSV(B) | 77.75º | 0.34% | 0.82% | - |
| XYZ | 48.13 | 58.13 | 32.73 | - |
| YUV | 194.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 138 | 0.10 | 0 | 0.34 | 0.18 | 77.75 | 0.44 | 0.68 |
| Hex | BC | D1 | 8A | A | 0 | 22 | 12 | 4E | 2C | 44 |
| Octal | 274 | 321 | 212 | 12 | 0 | 42 | 22 | 116 | 54 | 104 |
| Binary | 10111100 | 11010001 | 10001010 | 1010 | 0 | 100010 | 10010 | 1001110 | 101100 | 1000100 |
Color Harmonies of #BCD18A
Complementary color
Monochromatic Colors of #BCD18A
Black with #BCD18A
Text Example
Text Example
White with #BCD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD18A; }
p { color: rgb(188,209,138); }
H1.HeaderClassName
{
color: #BCD18A;
}
.AnyTagClassName
{
color: #BCD18A;
}
</style>
background-color css
<style>
a { background-color: #BCD18A; }
a { background-color: rgb(188,209,138); }
div.DivClassName
{
background-color: #BCD18A;
}
.BgClassName
{
background-color: #BCD18A;
}
</style>
border-color css
<style>
span { border-color: #BCD18A; }
span { border-color: rgb(188,209,138); }
td.TdClassName
{
border-color: #BCD18A;
}
.TagClassName
{
border-color: #BCD18A;
}
</style>