Shades of Caper #BCD07A
Tints of Caper #BCD07A
RGB
CMYK
RGB Variations
Color information
#BCD07A (or 0xBCD07A) is known color: Caper. HEX triplet: BC, D0 and 7A. RGB value is (188,208,122). Sum of RGB (Red+Green+Blue) = 188+208+122=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07A is #432F85. Grayscale: #C0C0C0. Windows color (decimal): -4403078 or 8048828. OLE color: 8048828.
HSL color Cylindrical-coordinate representation of color #BCD07A: hue angle of 73.95º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD07A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 122 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.18 |
| HSL | 73.95º | 0.48% | 0.65% | - |
| HSV(B) | 73.95º | 0.41% | 0.82% | - |
| XYZ | 46.81 | 57.21 | 26.99 | - |
| YUV | 192.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 122 | 0.10 | 0 | 0.41 | 0.18 | 73.95 | 0.48 | 0.65 |
| Hex | BC | D0 | 7A | A | 0 | 29 | 12 | 4A | 30 | 41 |
| Octal | 274 | 320 | 172 | 12 | 0 | 51 | 22 | 112 | 60 | 101 |
| Binary | 10111100 | 11010000 | 1111010 | 1010 | 0 | 101001 | 10010 | 1001010 | 110000 | 1000001 |
Color Harmonies of #BCD07A
Complementary color
Monochromatic Colors of #BCD07A
Black with #BCD07A
Text Example
Text Example
White with #BCD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD07A; }
p { color: rgb(188,208,122); }
H1.HeaderClassName
{
color: #BCD07A;
}
.AnyTagClassName
{
color: #BCD07A;
}
</style>
background-color css
<style>
a { background-color: #BCD07A; }
a { background-color: rgb(188,208,122); }
div.DivClassName
{
background-color: #BCD07A;
}
.BgClassName
{
background-color: #BCD07A;
}
</style>
border-color css
<style>
span { border-color: #BCD07A; }
span { border-color: rgb(188,208,122); }
td.TdClassName
{
border-color: #BCD07A;
}
.TagClassName
{
border-color: #BCD07A;
}
</style>