Shades of Caper #B2BD86
Tints of Caper #B2BD86
RGB
CMYK
RGB Variations
Color information
#B2BD86 (or 0xB2BD86) is known color: Caper. HEX triplet: B2, BD and 86. RGB value is (178,189,134). Sum of RGB (Red+Green+Blue) = 178+189+134=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD86 is #4D4279. Grayscale: #B3B3B3. Windows color (decimal): -5063290 or 8830386. OLE color: 8830386.
HSL color Cylindrical-coordinate representation of color #B2BD86: hue angle of 72º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BD86 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 134 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.26 |
| HSL | 72º | 0.29% | 0.63% | - |
| HSV(B) | 72º | 0.29% | 0.74% | - |
| XYZ | 40.86 | 47.58 | 29.58 | - |
| YUV | 179.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 134 | 0.06 | 0 | 0.29 | 0.26 | 72 | 0.29 | 0.63 |
| Hex | B2 | BD | 86 | 6 | 0 | 1D | 1A | 48 | 1D | 3F |
| Octal | 262 | 275 | 206 | 6 | 0 | 35 | 32 | 110 | 35 | 77 |
| Binary | 10110010 | 10111101 | 10000110 | 110 | 0 | 11101 | 11010 | 1001000 | 11101 | 111111 |
Color Harmonies of #B2BD86
Complementary color
Monochromatic Colors of #B2BD86
Black with #B2BD86
Text Example
Text Example
White with #B2BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD86; }
p { color: rgb(178,189,134); }
H1.HeaderClassName
{
color: #B2BD86;
}
.AnyTagClassName
{
color: #B2BD86;
}
</style>
background-color css
<style>
a { background-color: #B2BD86; }
a { background-color: rgb(178,189,134); }
div.DivClassName
{
background-color: #B2BD86;
}
.BgClassName
{
background-color: #B2BD86;
}
</style>
border-color css
<style>
span { border-color: #B2BD86; }
span { border-color: rgb(178,189,134); }
td.TdClassName
{
border-color: #B2BD86;
}
.TagClassName
{
border-color: #B2BD86;
}
</style>