Shades of Caper #B7D083
Tints of Caper #B7D083
RGB
CMYK
RGB Variations
Color information
#B7D083 (or 0xB7D083) is known color: Caper. HEX triplet: B7, D0 and 83. RGB value is (183,208,131). Sum of RGB (Red+Green+Blue) = 183+208+131=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D083 is #482F7C. Grayscale: #C0C0C0. Windows color (decimal): -4730749 or 8638647. OLE color: 8638647.
HSL color Cylindrical-coordinate representation of color #B7D083: hue angle of 79.48º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7D083 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 131 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.18 |
| HSL | 79.48º | 0.45% | 0.66% | - |
| HSV(B) | 79.48º | 0.37% | 0.82% | - |
| XYZ | 46.18 | 56.82 | 30.01 | - |
| YUV | 191.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 131 | 0.12 | 0 | 0.37 | 0.18 | 79.48 | 0.45 | 0.66 |
| Hex | B7 | D0 | 83 | C | 0 | 25 | 12 | 4F | 2D | 42 |
| Octal | 267 | 320 | 203 | 14 | 0 | 45 | 22 | 117 | 55 | 102 |
| Binary | 10110111 | 11010000 | 10000011 | 1100 | 0 | 100101 | 10010 | 1001111 | 101101 | 1000010 |
Color Harmonies of #B7D083
Complementary color
Monochromatic Colors of #B7D083
Black with #B7D083
Text Example
Text Example
White with #B7D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D083; }
p { color: rgb(183,208,131); }
H1.HeaderClassName
{
color: #B7D083;
}
.AnyTagClassName
{
color: #B7D083;
}
</style>
background-color css
<style>
a { background-color: #B7D083; }
a { background-color: rgb(183,208,131); }
div.DivClassName
{
background-color: #B7D083;
}
.BgClassName
{
background-color: #B7D083;
}
</style>
border-color css
<style>
span { border-color: #B7D083; }
span { border-color: rgb(183,208,131); }
td.TdClassName
{
border-color: #B7D083;
}
.TagClassName
{
border-color: #B7D083;
}
</style>