Shades of Caper #BACE83
Tints of Caper #BACE83
RGB
CMYK
RGB Variations
Color information
#BACE83 (or 0xBACE83) is known color: Caper. HEX triplet: BA, CE and 83. RGB value is (186,206,131). Sum of RGB (Red+Green+Blue) = 186+206+131=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE83 is #45317C. Grayscale: #BFBFBF. Windows color (decimal): -4534653 or 8638138. OLE color: 8638138.
HSL color Cylindrical-coordinate representation of color #BACE83: hue angle of 76º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BACE83 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 131 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.19 |
| HSL | 76º | 0.43% | 0.66% | - |
| HSV(B) | 76º | 0.36% | 0.81% | - |
| XYZ | 46.42 | 56.22 | 29.88 | - |
| YUV | 191.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 131 | 0.10 | 0 | 0.36 | 0.19 | 76 | 0.43 | 0.66 |
| Hex | BA | CE | 83 | A | 0 | 24 | 13 | 4C | 2B | 42 |
| Octal | 272 | 316 | 203 | 12 | 0 | 44 | 23 | 114 | 53 | 102 |
| Binary | 10111010 | 11001110 | 10000011 | 1010 | 0 | 100100 | 10011 | 1001100 | 101011 | 1000010 |
Color Harmonies of #BACE83
Complementary color
Monochromatic Colors of #BACE83
Black with #BACE83
Text Example
Text Example
White with #BACE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE83; }
p { color: rgb(186,206,131); }
H1.HeaderClassName
{
color: #BACE83;
}
.AnyTagClassName
{
color: #BACE83;
}
</style>
background-color css
<style>
a { background-color: #BACE83; }
a { background-color: rgb(186,206,131); }
div.DivClassName
{
background-color: #BACE83;
}
.BgClassName
{
background-color: #BACE83;
}
</style>
border-color css
<style>
span { border-color: #BACE83; }
span { border-color: rgb(186,206,131); }
td.TdClassName
{
border-color: #BACE83;
}
.TagClassName
{
border-color: #BACE83;
}
</style>