Shades of Caper #BCD187
Tints of Caper #BCD187
RGB
CMYK
RGB Variations
Color information
#BCD187 (or 0xBCD187) is known color: Caper. HEX triplet: BC, D1 and 87. RGB value is (188,209,135). Sum of RGB (Red+Green+Blue) = 188+209+135=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD187 is #432E78. Grayscale: #C2C2C2. Windows color (decimal): -4402809 or 8901052. OLE color: 8901052.
HSL color Cylindrical-coordinate representation of color #BCD187: hue angle of 77.03º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD187 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 135 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.18 |
| HSL | 77.03º | 0.45% | 0.67% | - |
| HSV(B) | 77.03º | 0.35% | 0.82% | - |
| XYZ | 47.91 | 58.04 | 31.6 | - |
| YUV | 194.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 135 | 0.10 | 0 | 0.35 | 0.18 | 77.03 | 0.45 | 0.67 |
| Hex | BC | D1 | 87 | A | 0 | 23 | 12 | 4D | 2D | 43 |
| Octal | 274 | 321 | 207 | 12 | 0 | 43 | 22 | 115 | 55 | 103 |
| Binary | 10111100 | 11010001 | 10000111 | 1010 | 0 | 100011 | 10010 | 1001101 | 101101 | 1000011 |
Color Harmonies of #BCD187
Complementary color
Monochromatic Colors of #BCD187
Black with #BCD187
Text Example
Text Example
White with #BCD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD187; }
p { color: rgb(188,209,135); }
H1.HeaderClassName
{
color: #BCD187;
}
.AnyTagClassName
{
color: #BCD187;
}
</style>
background-color css
<style>
a { background-color: #BCD187; }
a { background-color: rgb(188,209,135); }
div.DivClassName
{
background-color: #BCD187;
}
.BgClassName
{
background-color: #BCD187;
}
</style>
border-color css
<style>
span { border-color: #BCD187; }
span { border-color: rgb(188,209,135); }
td.TdClassName
{
border-color: #BCD187;
}
.TagClassName
{
border-color: #BCD187;
}
</style>