Shades of Caper #BACF7D
Tints of Caper #BACF7D
RGB
CMYK
RGB Variations
Color information
#BACF7D (or 0xBACF7D) is known color: Caper. HEX triplet: BA, CF and 7D. RGB value is (186,207,125). Sum of RGB (Red+Green+Blue) = 186+207+125=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF7D is #453082. Grayscale: #BFBFBF. Windows color (decimal): -4534403 or 8245178. OLE color: 8245178.
HSL color Cylindrical-coordinate representation of color #BACF7D: hue angle of 75.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BACF7D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 125 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.19 |
| HSL | 75.37º | 0.46% | 0.65% | - |
| HSV(B) | 75.37º | 0.4% | 0.81% | - |
| XYZ | 46.26 | 56.55 | 27.88 | - |
| YUV | 191.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 125 | 0.10 | 0 | 0.40 | 0.19 | 75.37 | 0.46 | 0.65 |
| Hex | BA | CF | 7D | A | 0 | 28 | 13 | 4B | 2E | 41 |
| Octal | 272 | 317 | 175 | 12 | 0 | 50 | 23 | 113 | 56 | 101 |
| Binary | 10111010 | 11001111 | 1111101 | 1010 | 0 | 101000 | 10011 | 1001011 | 101110 | 1000001 |
Color Harmonies of #BACF7D
Complementary color
Monochromatic Colors of #BACF7D
Black with #BACF7D
Text Example
Text Example
White with #BACF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF7D; }
p { color: rgb(186,207,125); }
H1.HeaderClassName
{
color: #BACF7D;
}
.AnyTagClassName
{
color: #BACF7D;
}
</style>
background-color css
<style>
a { background-color: #BACF7D; }
a { background-color: rgb(186,207,125); }
div.DivClassName
{
background-color: #BACF7D;
}
.BgClassName
{
background-color: #BACF7D;
}
</style>
border-color css
<style>
span { border-color: #BACF7D; }
span { border-color: rgb(186,207,125); }
td.TdClassName
{
border-color: #BACF7D;
}
.TagClassName
{
border-color: #BACF7D;
}
</style>