Shades of Caper #B2BC7C
Tints of Caper #B2BC7C
RGB
CMYK
RGB Variations
Color information
#B2BC7C (or 0xB2BC7C) is known color: Caper. HEX triplet: B2, BC and 7C. RGB value is (178,188,124). Sum of RGB (Red+Green+Blue) = 178+188+124=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC7C is #4D4383. Grayscale: #B1B1B1. Windows color (decimal): -5063556 or 8174770. OLE color: 8174770.
HSL color Cylindrical-coordinate representation of color #B2BC7C: hue angle of 69.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2BC7C is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 124 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.26 |
| HSL | 69.38º | 0.32% | 0.61% | - |
| HSV(B) | 69.38º | 0.34% | 0.74% | - |
| XYZ | 39.98 | 46.89 | 26.01 | - |
| YUV | 177.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 124 | 0.05 | 0 | 0.34 | 0.26 | 69.38 | 0.32 | 0.61 |
| Hex | B2 | BC | 7C | 5 | 0 | 22 | 1A | 45 | 20 | 3D |
| Octal | 262 | 274 | 174 | 5 | 0 | 42 | 32 | 105 | 40 | 75 |
| Binary | 10110010 | 10111100 | 1111100 | 101 | 0 | 100010 | 11010 | 1000101 | 100000 | 111101 |
Color Harmonies of #B2BC7C
Complementary color
Monochromatic Colors of #B2BC7C
Black with #B2BC7C
Text Example
Text Example
White with #B2BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC7C; }
p { color: rgb(178,188,124); }
H1.HeaderClassName
{
color: #B2BC7C;
}
.AnyTagClassName
{
color: #B2BC7C;
}
</style>
background-color css
<style>
a { background-color: #B2BC7C; }
a { background-color: rgb(178,188,124); }
div.DivClassName
{
background-color: #B2BC7C;
}
.BgClassName
{
background-color: #B2BC7C;
}
</style>
border-color css
<style>
span { border-color: #B2BC7C; }
span { border-color: rgb(178,188,124); }
td.TdClassName
{
border-color: #B2BC7C;
}
.TagClassName
{
border-color: #B2BC7C;
}
</style>