Shades of Caper #B2BF8D
Tints of Caper #B2BF8D
RGB
CMYK
RGB Variations
Color information
#B2BF8D (or 0xB2BF8D) is known color: Caper. HEX triplet: B2, BF and 8D. RGB value is (178,191,141). Sum of RGB (Red+Green+Blue) = 178+191+141=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF8D is #4D4072. Grayscale: #B5B5B5. Windows color (decimal): -5062771 or 9289650. OLE color: 9289650.
HSL color Cylindrical-coordinate representation of color #B2BF8D: hue angle of 75.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BF8D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 141 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.25 |
| HSL | 75.6º | 0.28% | 0.65% | - |
| HSV(B) | 75.6º | 0.26% | 0.75% | - |
| XYZ | 41.8 | 48.65 | 32.39 | - |
| YUV | 181.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 141 | 0.07 | 0 | 0.26 | 0.25 | 75.6 | 0.28 | 0.65 |
| Hex | B2 | BF | 8D | 7 | 0 | 1A | 19 | 4C | 1C | 41 |
| Octal | 262 | 277 | 215 | 7 | 0 | 32 | 31 | 114 | 34 | 101 |
| Binary | 10110010 | 10111111 | 10001101 | 111 | 0 | 11010 | 11001 | 1001100 | 11100 | 1000001 |
Color Harmonies of #B2BF8D
Complementary color
Monochromatic Colors of #B2BF8D
Black with #B2BF8D
Text Example
Text Example
White with #B2BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF8D; }
p { color: rgb(178,191,141); }
H1.HeaderClassName
{
color: #B2BF8D;
}
.AnyTagClassName
{
color: #B2BF8D;
}
</style>
background-color css
<style>
a { background-color: #B2BF8D; }
a { background-color: rgb(178,191,141); }
div.DivClassName
{
background-color: #B2BF8D;
}
.BgClassName
{
background-color: #B2BF8D;
}
</style>
border-color css
<style>
span { border-color: #B2BF8D; }
span { border-color: rgb(178,191,141); }
td.TdClassName
{
border-color: #B2BF8D;
}
.TagClassName
{
border-color: #B2BF8D;
}
</style>