Shades of Caper #BCD287
Tints of Caper #BCD287
RGB
CMYK
RGB Variations
Color information
#BCD287 (or 0xBCD287) is known color: Caper. HEX triplet: BC, D2 and 87. RGB value is (188,210,135). Sum of RGB (Red+Green+Blue) = 188+210+135=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD287 is #432D78. Grayscale: #C3C3C3. Windows color (decimal): -4402553 or 8901308. OLE color: 8901308.
HSL color Cylindrical-coordinate representation of color #BCD287: hue angle of 77.6º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD287 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 135 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.18 |
| HSL | 77.6º | 0.45% | 0.68% | - |
| HSV(B) | 77.6º | 0.36% | 0.82% | - |
| XYZ | 48.16 | 58.53 | 31.68 | - |
| YUV | 194.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 135 | 0.10 | 0 | 0.36 | 0.18 | 77.6 | 0.45 | 0.68 |
| Hex | BC | D2 | 87 | A | 0 | 24 | 12 | 4E | 2D | 44 |
| Octal | 274 | 322 | 207 | 12 | 0 | 44 | 22 | 116 | 55 | 104 |
| Binary | 10111100 | 11010010 | 10000111 | 1010 | 0 | 100100 | 10010 | 1001110 | 101101 | 1000100 |
Color Harmonies of #BCD287
Complementary color
Monochromatic Colors of #BCD287
Black with #BCD287
Text Example
Text Example
White with #BCD287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD287; }
p { color: rgb(188,210,135); }
H1.HeaderClassName
{
color: #BCD287;
}
.AnyTagClassName
{
color: #BCD287;
}
</style>
background-color css
<style>
a { background-color: #BCD287; }
a { background-color: rgb(188,210,135); }
div.DivClassName
{
background-color: #BCD287;
}
.BgClassName
{
background-color: #BCD287;
}
</style>
border-color css
<style>
span { border-color: #BCD287; }
span { border-color: rgb(188,210,135); }
td.TdClassName
{
border-color: #BCD287;
}
.TagClassName
{
border-color: #BCD287;
}
</style>