Shades of Caper #BACE8A
Tints of Caper #BACE8A
RGB
CMYK
RGB Variations
Color information
#BACE8A (or 0xBACE8A) is known color: Caper. HEX triplet: BA, CE and 8A. RGB value is (186,206,138). Sum of RGB (Red+Green+Blue) = 186+206+138=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8A is #453175. Grayscale: #C0C0C0. Windows color (decimal): -4534646 or 9096890. OLE color: 9096890.
HSL color Cylindrical-coordinate representation of color #BACE8A: hue angle of 77.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BACE8A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 138 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.19 |
| HSL | 77.65º | 0.41% | 0.67% | - |
| HSV(B) | 77.65º | 0.33% | 0.81% | - |
| XYZ | 46.91 | 56.42 | 32.46 | - |
| YUV | 192.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 138 | 0.10 | 0 | 0.33 | 0.19 | 77.65 | 0.41 | 0.67 |
| Hex | BA | CE | 8A | A | 0 | 21 | 13 | 4E | 29 | 43 |
| Octal | 272 | 316 | 212 | 12 | 0 | 41 | 23 | 116 | 51 | 103 |
| Binary | 10111010 | 11001110 | 10001010 | 1010 | 0 | 100001 | 10011 | 1001110 | 101001 | 1000011 |
Color Harmonies of #BACE8A
Complementary color
Monochromatic Colors of #BACE8A
Black with #BACE8A
Text Example
Text Example
White with #BACE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE8A; }
p { color: rgb(186,206,138); }
H1.HeaderClassName
{
color: #BACE8A;
}
.AnyTagClassName
{
color: #BACE8A;
}
</style>
background-color css
<style>
a { background-color: #BACE8A; }
a { background-color: rgb(186,206,138); }
div.DivClassName
{
background-color: #BACE8A;
}
.BgClassName
{
background-color: #BACE8A;
}
</style>
border-color css
<style>
span { border-color: #BACE8A; }
span { border-color: rgb(186,206,138); }
td.TdClassName
{
border-color: #BACE8A;
}
.TagClassName
{
border-color: #BACE8A;
}
</style>