Shades of Caper #B7CD8B
Tints of Caper #B7CD8B
RGB
CMYK
RGB Variations
Color information
#B7CD8B (or 0xB7CD8B) is known color: Caper. HEX triplet: B7, CD and 8B. RGB value is (183,205,139). Sum of RGB (Red+Green+Blue) = 183+205+139=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CD8B is #483274. Grayscale: #BFBFBF. Windows color (decimal): -4731509 or 9162167. OLE color: 9162167.
HSL color Cylindrical-coordinate representation of color #B7CD8B: hue angle of 80º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7CD8B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 139 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.20 |
| HSL | 80º | 0.4% | 0.67% | - |
| HSV(B) | 80º | 0.32% | 0.8% | - |
| XYZ | 46.02 | 55.59 | 32.73 | - |
| YUV | 190.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 139 | 0.11 | 0 | 0.32 | 0.20 | 80 | 0.4 | 0.67 |
| Hex | B7 | CD | 8B | B | 0 | 20 | 14 | 50 | 28 | 43 |
| Octal | 267 | 315 | 213 | 13 | 0 | 40 | 24 | 120 | 50 | 103 |
| Binary | 10110111 | 11001101 | 10001011 | 1011 | 0 | 100000 | 10100 | 1010000 | 101000 | 1000011 |
Color Harmonies of #B7CD8B
Complementary color
Monochromatic Colors of #B7CD8B
Black with #B7CD8B
Text Example
Text Example
White with #B7CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CD8B; }
p { color: rgb(183,205,139); }
H1.HeaderClassName
{
color: #B7CD8B;
}
.AnyTagClassName
{
color: #B7CD8B;
}
</style>
background-color css
<style>
a { background-color: #B7CD8B; }
a { background-color: rgb(183,205,139); }
div.DivClassName
{
background-color: #B7CD8B;
}
.BgClassName
{
background-color: #B7CD8B;
}
</style>
border-color css
<style>
span { border-color: #B7CD8B; }
span { border-color: rgb(183,205,139); }
td.TdClassName
{
border-color: #B7CD8B;
}
.TagClassName
{
border-color: #B7CD8B;
}
</style>