Shades of Caper #BAC884
Tints of Caper #BAC884
RGB
CMYK
RGB Variations
Color information
#BAC884 (or 0xBAC884) is known color: Caper. HEX triplet: BA, C8 and 84. RGB value is (186,200,132). Sum of RGB (Red+Green+Blue) = 186+200+132=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC884 is #45377B. Grayscale: #BCBCBC. Windows color (decimal): -4536188 or 8702138. OLE color: 8702138.
HSL color Cylindrical-coordinate representation of color #BAC884: hue angle of 72.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC884 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 132 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.22 |
| HSL | 72.35º | 0.38% | 0.65% | - |
| HSV(B) | 72.35º | 0.34% | 0.78% | - |
| XYZ | 45.07 | 53.41 | 29.76 | - |
| YUV | 188.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 132 | 0.07 | 0 | 0.34 | 0.22 | 72.35 | 0.38 | 0.65 |
| Hex | BA | C8 | 84 | 7 | 0 | 22 | 16 | 48 | 26 | 41 |
| Octal | 272 | 310 | 204 | 7 | 0 | 42 | 26 | 110 | 46 | 101 |
| Binary | 10111010 | 11001000 | 10000100 | 111 | 0 | 100010 | 10110 | 1001000 | 100110 | 1000001 |
Color Harmonies of #BAC884
Complementary color
Monochromatic Colors of #BAC884
Black with #BAC884
Text Example
Text Example
White with #BAC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC884; }
p { color: rgb(186,200,132); }
H1.HeaderClassName
{
color: #BAC884;
}
.AnyTagClassName
{
color: #BAC884;
}
</style>
background-color css
<style>
a { background-color: #BAC884; }
a { background-color: rgb(186,200,132); }
div.DivClassName
{
background-color: #BAC884;
}
.BgClassName
{
background-color: #BAC884;
}
</style>
border-color css
<style>
span { border-color: #BAC884; }
span { border-color: rgb(186,200,132); }
td.TdClassName
{
border-color: #BAC884;
}
.TagClassName
{
border-color: #BAC884;
}
</style>