Shades of Caper #BAC988
Tints of Caper #BAC988
RGB
CMYK
RGB Variations
Color information
#BAC988 (or 0xBAC988) is known color: Caper. HEX triplet: BA, C9 and 88. RGB value is (186,201,136). Sum of RGB (Red+Green+Blue) = 186+201+136=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC988 is #453677. Grayscale: #BDBDBD. Windows color (decimal): -4535928 or 8964538. OLE color: 8964538.
HSL color Cylindrical-coordinate representation of color #BAC988: hue angle of 73.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC988 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 136 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.21 |
| HSL | 73.85º | 0.38% | 0.66% | - |
| HSV(B) | 73.85º | 0.32% | 0.79% | - |
| XYZ | 45.58 | 53.99 | 31.31 | - |
| YUV | 189.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 136 | 0.07 | 0 | 0.32 | 0.21 | 73.85 | 0.38 | 0.66 |
| Hex | BA | C9 | 88 | 7 | 0 | 20 | 15 | 4A | 26 | 42 |
| Octal | 272 | 311 | 210 | 7 | 0 | 40 | 25 | 112 | 46 | 102 |
| Binary | 10111010 | 11001001 | 10001000 | 111 | 0 | 100000 | 10101 | 1001010 | 100110 | 1000010 |
Color Harmonies of #BAC988
Complementary color
Monochromatic Colors of #BAC988
Black with #BAC988
Text Example
Text Example
White with #BAC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC988; }
p { color: rgb(186,201,136); }
H1.HeaderClassName
{
color: #BAC988;
}
.AnyTagClassName
{
color: #BAC988;
}
</style>
background-color css
<style>
a { background-color: #BAC988; }
a { background-color: rgb(186,201,136); }
div.DivClassName
{
background-color: #BAC988;
}
.BgClassName
{
background-color: #BAC988;
}
</style>
border-color css
<style>
span { border-color: #BAC988; }
span { border-color: rgb(186,201,136); }
td.TdClassName
{
border-color: #BAC988;
}
.TagClassName
{
border-color: #BAC988;
}
</style>