Shades of Caper #BAC986
Tints of Caper #BAC986
RGB
CMYK
RGB Variations
Color information
#BAC986 (or 0xBAC986) is known color: Caper. HEX triplet: BA, C9 and 86. RGB value is (186,201,134). Sum of RGB (Red+Green+Blue) = 186+201+134=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC986 is #453679. Grayscale: #BDBDBD. Windows color (decimal): -4535930 or 8833466. OLE color: 8833466.
HSL color Cylindrical-coordinate representation of color #BAC986: hue angle of 73.43º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAC986 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 134 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.21 |
| HSL | 73.43º | 0.38% | 0.66% | - |
| HSV(B) | 73.43º | 0.33% | 0.79% | - |
| XYZ | 45.44 | 53.93 | 30.57 | - |
| YUV | 188.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 134 | 0.07 | 0 | 0.33 | 0.21 | 73.43 | 0.38 | 0.66 |
| Hex | BA | C9 | 86 | 7 | 0 | 21 | 15 | 49 | 26 | 42 |
| Octal | 272 | 311 | 206 | 7 | 0 | 41 | 25 | 111 | 46 | 102 |
| Binary | 10111010 | 11001001 | 10000110 | 111 | 0 | 100001 | 10101 | 1001001 | 100110 | 1000010 |
Color Harmonies of #BAC986
Complementary color
Monochromatic Colors of #BAC986
Black with #BAC986
Text Example
Text Example
White with #BAC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC986; }
p { color: rgb(186,201,134); }
H1.HeaderClassName
{
color: #BAC986;
}
.AnyTagClassName
{
color: #BAC986;
}
</style>
background-color css
<style>
a { background-color: #BAC986; }
a { background-color: rgb(186,201,134); }
div.DivClassName
{
background-color: #BAC986;
}
.BgClassName
{
background-color: #BAC986;
}
</style>
border-color css
<style>
span { border-color: #BAC986; }
span { border-color: rgb(186,201,134); }
td.TdClassName
{
border-color: #BAC986;
}
.TagClassName
{
border-color: #BAC986;
}
</style>