Shades of Caper #B2BF8F
Tints of Caper #B2BF8F
RGB
CMYK
RGB Variations
Color information
#B2BF8F (or 0xB2BF8F) is known color: Caper. HEX triplet: B2, BF and 8F. RGB value is (178,191,143). Sum of RGB (Red+Green+Blue) = 178+191+143=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF8F is #4D4070. Grayscale: #B5B5B5. Windows color (decimal): -5062769 or 9420722. OLE color: 9420722.
HSL color Cylindrical-coordinate representation of color #B2BF8F: hue angle of 76.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BF8F is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 143 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.25 |
| HSL | 76.25º | 0.27% | 0.65% | - |
| HSV(B) | 76.25º | 0.25% | 0.75% | - |
| XYZ | 41.95 | 48.71 | 33.18 | - |
| YUV | 181.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 143 | 0.07 | 0 | 0.25 | 0.25 | 76.25 | 0.27 | 0.65 |
| Hex | B2 | BF | 8F | 7 | 0 | 19 | 19 | 4C | 1B | 41 |
| Octal | 262 | 277 | 217 | 7 | 0 | 31 | 31 | 114 | 33 | 101 |
| Binary | 10110010 | 10111111 | 10001111 | 111 | 0 | 11001 | 11001 | 1001100 | 11011 | 1000001 |
Color Harmonies of #B2BF8F
Complementary color
Monochromatic Colors of #B2BF8F
Black with #B2BF8F
Text Example
Text Example
White with #B2BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF8F; }
p { color: rgb(178,191,143); }
H1.HeaderClassName
{
color: #B2BF8F;
}
.AnyTagClassName
{
color: #B2BF8F;
}
</style>
background-color css
<style>
a { background-color: #B2BF8F; }
a { background-color: rgb(178,191,143); }
div.DivClassName
{
background-color: #B2BF8F;
}
.BgClassName
{
background-color: #B2BF8F;
}
</style>
border-color css
<style>
span { border-color: #B2BF8F; }
span { border-color: rgb(178,191,143); }
td.TdClassName
{
border-color: #B2BF8F;
}
.TagClassName
{
border-color: #B2BF8F;
}
</style>