Shades of Caper #B7CF87
Tints of Caper #B7CF87
RGB
CMYK
RGB Variations
Color information
#B7CF87 (or 0xB7CF87) is known color: Caper. HEX triplet: B7, CF and 87. RGB value is (183,207,135). Sum of RGB (Red+Green+Blue) = 183+207+135=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CF87 is #483078. Grayscale: #BFBFBF. Windows color (decimal): -4731001 or 8900535. OLE color: 8900535.
HSL color Cylindrical-coordinate representation of color #B7CF87: hue angle of 80º 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 #B7CF87 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 135 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.19 |
| HSL | 80º | 0.43% | 0.67% | - |
| HSV(B) | 80º | 0.35% | 0.81% | - |
| XYZ | 46.21 | 56.44 | 31.38 | - |
| YUV | 191.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 135 | 0.12 | 0 | 0.35 | 0.19 | 80 | 0.43 | 0.67 |
| Hex | B7 | CF | 87 | C | 0 | 23 | 13 | 50 | 2B | 43 |
| Octal | 267 | 317 | 207 | 14 | 0 | 43 | 23 | 120 | 53 | 103 |
| Binary | 10110111 | 11001111 | 10000111 | 1100 | 0 | 100011 | 10011 | 1010000 | 101011 | 1000011 |
Color Harmonies of #B7CF87
Complementary color
Monochromatic Colors of #B7CF87
Black with #B7CF87
Text Example
Text Example
White with #B7CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF87; }
p { color: rgb(183,207,135); }
H1.HeaderClassName
{
color: #B7CF87;
}
.AnyTagClassName
{
color: #B7CF87;
}
</style>
background-color css
<style>
a { background-color: #B7CF87; }
a { background-color: rgb(183,207,135); }
div.DivClassName
{
background-color: #B7CF87;
}
.BgClassName
{
background-color: #B7CF87;
}
</style>
border-color css
<style>
span { border-color: #B7CF87; }
span { border-color: rgb(183,207,135); }
td.TdClassName
{
border-color: #B7CF87;
}
.TagClassName
{
border-color: #B7CF87;
}
</style>