Shades of Caper #BACD8B
Tints of Caper #BACD8B
RGB
CMYK
RGB Variations
Color information
#BACD8B (or 0xBACD8B) is known color: Caper. HEX triplet: BA, CD and 8B. RGB value is (186,205,139). Sum of RGB (Red+Green+Blue) = 186+205+139=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8B is #453274. Grayscale: #C0C0C0. Windows color (decimal): -4534901 or 9162170. OLE color: 9162170.
HSL color Cylindrical-coordinate representation of color #BACD8B: hue angle of 77.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BACD8B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 139 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.20 |
| HSL | 77.27º | 0.4% | 0.67% | - |
| HSV(B) | 77.27º | 0.32% | 0.8% | - |
| XYZ | 46.74 | 55.97 | 32.77 | - |
| YUV | 191.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 139 | 0.09 | 0 | 0.32 | 0.20 | 77.27 | 0.4 | 0.67 |
| Hex | BA | CD | 8B | 9 | 0 | 20 | 14 | 4D | 28 | 43 |
| Octal | 272 | 315 | 213 | 11 | 0 | 40 | 24 | 115 | 50 | 103 |
| Binary | 10111010 | 11001101 | 10001011 | 1001 | 0 | 100000 | 10100 | 1001101 | 101000 | 1000011 |
Color Harmonies of #BACD8B
Complementary color
Monochromatic Colors of #BACD8B
Black with #BACD8B
Text Example
Text Example
White with #BACD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD8B; }
p { color: rgb(186,205,139); }
H1.HeaderClassName
{
color: #BACD8B;
}
.AnyTagClassName
{
color: #BACD8B;
}
</style>
background-color css
<style>
a { background-color: #BACD8B; }
a { background-color: rgb(186,205,139); }
div.DivClassName
{
background-color: #BACD8B;
}
.BgClassName
{
background-color: #BACD8B;
}
</style>
border-color css
<style>
span { border-color: #BACD8B; }
span { border-color: rgb(186,205,139); }
td.TdClassName
{
border-color: #BACD8B;
}
.TagClassName
{
border-color: #BACD8B;
}
</style>