Shades of Caper #BACF89
Tints of Caper #BACF89
RGB
CMYK
RGB Variations
Color information
#BACF89 (or 0xBACF89) is known color: Caper. HEX triplet: BA, CF and 89. RGB value is (186,207,137). Sum of RGB (Red+Green+Blue) = 186+207+137=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF89 is #453076. Grayscale: #C1C1C1. Windows color (decimal): -4534391 or 9031610. OLE color: 9031610.
HSL color Cylindrical-coordinate representation of color #BACF89: hue angle of 78º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BACF89 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 137 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.19 |
| HSL | 78º | 0.42% | 0.67% | - |
| HSV(B) | 78º | 0.34% | 0.81% | - |
| XYZ | 47.08 | 56.87 | 32.16 | - |
| YUV | 192.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 137 | 0.10 | 0 | 0.34 | 0.19 | 78 | 0.42 | 0.67 |
| Hex | BA | CF | 89 | A | 0 | 22 | 13 | 4E | 2A | 43 |
| Octal | 272 | 317 | 211 | 12 | 0 | 42 | 23 | 116 | 52 | 103 |
| Binary | 10111010 | 11001111 | 10001001 | 1010 | 0 | 100010 | 10011 | 1001110 | 101010 | 1000011 |
Color Harmonies of #BACF89
Complementary color
Monochromatic Colors of #BACF89
Black with #BACF89
Text Example
Text Example
White with #BACF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF89; }
p { color: rgb(186,207,137); }
H1.HeaderClassName
{
color: #BACF89;
}
.AnyTagClassName
{
color: #BACF89;
}
</style>
background-color css
<style>
a { background-color: #BACF89; }
a { background-color: rgb(186,207,137); }
div.DivClassName
{
background-color: #BACF89;
}
.BgClassName
{
background-color: #BACF89;
}
</style>
border-color css
<style>
span { border-color: #BACF89; }
span { border-color: rgb(186,207,137); }
td.TdClassName
{
border-color: #BACF89;
}
.TagClassName
{
border-color: #BACF89;
}
</style>