Shades of Caper #B7D685
Tints of Caper #B7D685
RGB
CMYK
RGB Variations
Color information
#B7D685 (or 0xB7D685) is known color: Caper. HEX triplet: B7, D6 and 85. RGB value is (183,214,133). Sum of RGB (Red+Green+Blue) = 183+214+133=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D685 is #48297A. Grayscale: #C3C3C3. Windows color (decimal): -4729211 or 8771255. OLE color: 8771255.
HSL color Cylindrical-coordinate representation of color #B7D685: hue angle of 82.96º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7D685 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 133 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.16 |
| HSL | 82.96º | 0.5% | 0.68% | - |
| HSV(B) | 82.96º | 0.38% | 0.84% | - |
| XYZ | 47.81 | 59.85 | 31.22 | - |
| YUV | 195.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 133 | 0.14 | 0 | 0.38 | 0.16 | 82.96 | 0.5 | 0.68 |
| Hex | B7 | D6 | 85 | E | 0 | 26 | 10 | 53 | 32 | 44 |
| Octal | 267 | 326 | 205 | 16 | 0 | 46 | 20 | 123 | 62 | 104 |
| Binary | 10110111 | 11010110 | 10000101 | 1110 | 0 | 100110 | 10000 | 1010011 | 110010 | 1000100 |
Color Harmonies of #B7D685
Complementary color
Monochromatic Colors of #B7D685
Black with #B7D685
Text Example
Text Example
White with #B7D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D685; }
p { color: rgb(183,214,133); }
H1.HeaderClassName
{
color: #B7D685;
}
.AnyTagClassName
{
color: #B7D685;
}
</style>
background-color css
<style>
a { background-color: #B7D685; }
a { background-color: rgb(183,214,133); }
div.DivClassName
{
background-color: #B7D685;
}
.BgClassName
{
background-color: #B7D685;
}
</style>
border-color css
<style>
span { border-color: #B7D685; }
span { border-color: rgb(183,214,133); }
td.TdClassName
{
border-color: #B7D685;
}
.TagClassName
{
border-color: #B7D685;
}
</style>