Shades of Caper #BAD285
Tints of Caper #BAD285
RGB
CMYK
RGB Variations
Color information
#BAD285 (or 0xBAD285) is known color: Caper. HEX triplet: BA, D2 and 85. RGB value is (186,210,133). Sum of RGB (Red+Green+Blue) = 186+210+133=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD285 is #452D7A. Grayscale: #C2C2C2. Windows color (decimal): -4533627 or 8770234. OLE color: 8770234.
HSL color Cylindrical-coordinate representation of color #BAD285: hue angle of 78.7º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAD285 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 133 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.18 |
| HSL | 78.7º | 0.46% | 0.67% | - |
| HSV(B) | 78.7º | 0.37% | 0.82% | - |
| XYZ | 47.53 | 58.23 | 30.92 | - |
| YUV | 194.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 133 | 0.11 | 0 | 0.37 | 0.18 | 78.7 | 0.46 | 0.67 |
| Hex | BA | D2 | 85 | B | 0 | 25 | 12 | 4F | 2E | 43 |
| Octal | 272 | 322 | 205 | 13 | 0 | 45 | 22 | 117 | 56 | 103 |
| Binary | 10111010 | 11010010 | 10000101 | 1011 | 0 | 100101 | 10010 | 1001111 | 101110 | 1000011 |
Color Harmonies of #BAD285
Complementary color
Monochromatic Colors of #BAD285
Black with #BAD285
Text Example
Text Example
White with #BAD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD285; }
p { color: rgb(186,210,133); }
H1.HeaderClassName
{
color: #BAD285;
}
.AnyTagClassName
{
color: #BAD285;
}
</style>
background-color css
<style>
a { background-color: #BAD285; }
a { background-color: rgb(186,210,133); }
div.DivClassName
{
background-color: #BAD285;
}
.BgClassName
{
background-color: #BAD285;
}
</style>
border-color css
<style>
span { border-color: #BAD285; }
span { border-color: rgb(186,210,133); }
td.TdClassName
{
border-color: #BAD285;
}
.TagClassName
{
border-color: #BAD285;
}
</style>