Shades of Caper #BACE85
Tints of Caper #BACE85
RGB
CMYK
RGB Variations
Color information
#BACE85 (or 0xBACE85) is known color: Caper. HEX triplet: BA, CE and 85. RGB value is (186,206,133). Sum of RGB (Red+Green+Blue) = 186+206+133=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE85 is #45317A. Grayscale: #BFBFBF. Windows color (decimal): -4534651 or 8769210. OLE color: 8769210.
HSL color Cylindrical-coordinate representation of color #BACE85: hue angle of 76.44º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BACE85 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 133 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.19 |
| HSL | 76.44º | 0.43% | 0.66% | - |
| HSV(B) | 76.44º | 0.35% | 0.81% | - |
| XYZ | 46.55 | 56.28 | 30.6 | - |
| YUV | 191.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 133 | 0.10 | 0 | 0.35 | 0.19 | 76.44 | 0.43 | 0.66 |
| Hex | BA | CE | 85 | A | 0 | 23 | 13 | 4C | 2B | 42 |
| Octal | 272 | 316 | 205 | 12 | 0 | 43 | 23 | 114 | 53 | 102 |
| Binary | 10111010 | 11001110 | 10000101 | 1010 | 0 | 100011 | 10011 | 1001100 | 101011 | 1000010 |
Color Harmonies of #BACE85
Complementary color
Monochromatic Colors of #BACE85
Black with #BACE85
Text Example
Text Example
White with #BACE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE85; }
p { color: rgb(186,206,133); }
H1.HeaderClassName
{
color: #BACE85;
}
.AnyTagClassName
{
color: #BACE85;
}
</style>
background-color css
<style>
a { background-color: #BACE85; }
a { background-color: rgb(186,206,133); }
div.DivClassName
{
background-color: #BACE85;
}
.BgClassName
{
background-color: #BACE85;
}
</style>
border-color css
<style>
span { border-color: #BACE85; }
span { border-color: rgb(186,206,133); }
td.TdClassName
{
border-color: #BACE85;
}
.TagClassName
{
border-color: #BACE85;
}
</style>