Shades of Caper #B3CE87
Tints of Caper #B3CE87
RGB
CMYK
RGB Variations
Color information
#B3CE87 (or 0xB3CE87) is known color: Caper. HEX triplet: B3, CE and 87. RGB value is (179,206,135). Sum of RGB (Red+Green+Blue) = 179+206+135=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE87 is #4C3178. Grayscale: #BEBEBE. Windows color (decimal): -4993401 or 8900275. OLE color: 8900275.
HSL color Cylindrical-coordinate representation of color #B3CE87: hue angle of 82.82º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3CE87 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 135 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.19 |
| HSL | 82.82º | 0.42% | 0.67% | - |
| HSV(B) | 82.82º | 0.34% | 0.81% | - |
| XYZ | 45.03 | 55.48 | 31.26 | - |
| YUV | 189.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 135 | 0.13 | 0 | 0.34 | 0.19 | 82.82 | 0.42 | 0.67 |
| Hex | B3 | CE | 87 | D | 0 | 22 | 13 | 53 | 2A | 43 |
| Octal | 263 | 316 | 207 | 15 | 0 | 42 | 23 | 123 | 52 | 103 |
| Binary | 10110011 | 11001110 | 10000111 | 1101 | 0 | 100010 | 10011 | 1010011 | 101010 | 1000011 |
Color Harmonies of #B3CE87
Complementary color
Monochromatic Colors of #B3CE87
Black with #B3CE87
Text Example
Text Example
White with #B3CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE87; }
p { color: rgb(179,206,135); }
H1.HeaderClassName
{
color: #B3CE87;
}
.AnyTagClassName
{
color: #B3CE87;
}
</style>
background-color css
<style>
a { background-color: #B3CE87; }
a { background-color: rgb(179,206,135); }
div.DivClassName
{
background-color: #B3CE87;
}
.BgClassName
{
background-color: #B3CE87;
}
</style>
border-color css
<style>
span { border-color: #B3CE87; }
span { border-color: rgb(179,206,135); }
td.TdClassName
{
border-color: #B3CE87;
}
.TagClassName
{
border-color: #B3CE87;
}
</style>