Shades of Caper #B7CF86
Tints of Caper #B7CF86
RGB
CMYK
RGB Variations
Color information
#B7CF86 (or 0xB7CF86) is known color: Caper. HEX triplet: B7, CF and 86. RGB value is (183,207,134). Sum of RGB (Red+Green+Blue) = 183+207+134=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CF86 is #483079. Grayscale: #BFBFBF. Windows color (decimal): -4731002 or 8834999. OLE color: 8834999.
HSL color Cylindrical-coordinate representation of color #B7CF86: hue angle of 79.73º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7CF86 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 134 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.19 |
| HSL | 79.73º | 0.43% | 0.67% | - |
| HSV(B) | 79.73º | 0.35% | 0.81% | - |
| XYZ | 46.14 | 56.41 | 31.01 | - |
| YUV | 191.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 134 | 0.12 | 0 | 0.35 | 0.19 | 79.73 | 0.43 | 0.67 |
| Hex | B7 | CF | 86 | C | 0 | 23 | 13 | 50 | 2B | 43 |
| Octal | 267 | 317 | 206 | 14 | 0 | 43 | 23 | 120 | 53 | 103 |
| Binary | 10110111 | 11001111 | 10000110 | 1100 | 0 | 100011 | 10011 | 1010000 | 101011 | 1000011 |
Color Harmonies of #B7CF86
Complementary color
Monochromatic Colors of #B7CF86
Black with #B7CF86
Text Example
Text Example
White with #B7CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF86; }
p { color: rgb(183,207,134); }
H1.HeaderClassName
{
color: #B7CF86;
}
.AnyTagClassName
{
color: #B7CF86;
}
</style>
background-color css
<style>
a { background-color: #B7CF86; }
a { background-color: rgb(183,207,134); }
div.DivClassName
{
background-color: #B7CF86;
}
.BgClassName
{
background-color: #B7CF86;
}
</style>
border-color css
<style>
span { border-color: #B7CF86; }
span { border-color: rgb(183,207,134); }
td.TdClassName
{
border-color: #B7CF86;
}
.TagClassName
{
border-color: #B7CF86;
}
</style>