Shades of Caper #BACF8A
Tints of Caper #BACF8A
RGB
CMYK
RGB Variations
Color information
#BACF8A (or 0xBACF8A) is known color: Caper. HEX triplet: BA, CF and 8A. RGB value is (186,207,138). Sum of RGB (Red+Green+Blue) = 186+207+138=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF8A is #453075. Grayscale: #C1C1C1. Windows color (decimal): -4534390 or 9097146. OLE color: 9097146.
HSL color Cylindrical-coordinate representation of color #BACF8A: hue angle of 78.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BACF8A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 138 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.19 |
| HSL | 78.26º | 0.42% | 0.68% | - |
| HSV(B) | 78.26º | 0.33% | 0.81% | - |
| XYZ | 47.15 | 56.9 | 32.54 | - |
| YUV | 192.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 138 | 0.10 | 0 | 0.33 | 0.19 | 78.26 | 0.42 | 0.68 |
| Hex | BA | CF | 8A | A | 0 | 21 | 13 | 4E | 2A | 44 |
| Octal | 272 | 317 | 212 | 12 | 0 | 41 | 23 | 116 | 52 | 104 |
| Binary | 10111010 | 11001111 | 10001010 | 1010 | 0 | 100001 | 10011 | 1001110 | 101010 | 1000100 |
Color Harmonies of #BACF8A
Complementary color
Monochromatic Colors of #BACF8A
Black with #BACF8A
Text Example
Text Example
White with #BACF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF8A; }
p { color: rgb(186,207,138); }
H1.HeaderClassName
{
color: #BACF8A;
}
.AnyTagClassName
{
color: #BACF8A;
}
</style>
background-color css
<style>
a { background-color: #BACF8A; }
a { background-color: rgb(186,207,138); }
div.DivClassName
{
background-color: #BACF8A;
}
.BgClassName
{
background-color: #BACF8A;
}
</style>
border-color css
<style>
span { border-color: #BACF8A; }
span { border-color: rgb(186,207,138); }
td.TdClassName
{
border-color: #BACF8A;
}
.TagClassName
{
border-color: #BACF8A;
}
</style>