Shades of Caper #B2BE89
Tints of Caper #B2BE89
RGB
CMYK
RGB Variations
Color information
#B2BE89 (or 0xB2BE89) is known color: Caper. HEX triplet: B2, BE and 89. RGB value is (178,190,137). Sum of RGB (Red+Green+Blue) = 178+190+137=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE89 is #4D4176. Grayscale: #B4B4B4. Windows color (decimal): -5063031 or 9027250. OLE color: 9027250.
HSL color Cylindrical-coordinate representation of color #B2BE89: hue angle of 73.58º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2BE89 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 137 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.25 |
| HSL | 73.58º | 0.29% | 0.64% | - |
| HSV(B) | 73.58º | 0.28% | 0.75% | - |
| XYZ | 41.29 | 48.1 | 30.77 | - |
| YUV | 180.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 137 | 0.06 | 0 | 0.28 | 0.25 | 73.58 | 0.29 | 0.64 |
| Hex | B2 | BE | 89 | 6 | 0 | 1C | 19 | 4A | 1D | 40 |
| Octal | 262 | 276 | 211 | 6 | 0 | 34 | 31 | 112 | 35 | 100 |
| Binary | 10110010 | 10111110 | 10001001 | 110 | 0 | 11100 | 11001 | 1001010 | 11101 | 1000000 |
Color Harmonies of #B2BE89
Complementary color
Monochromatic Colors of #B2BE89
Black with #B2BE89
Text Example
Text Example
White with #B2BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE89; }
p { color: rgb(178,190,137); }
H1.HeaderClassName
{
color: #B2BE89;
}
.AnyTagClassName
{
color: #B2BE89;
}
</style>
background-color css
<style>
a { background-color: #B2BE89; }
a { background-color: rgb(178,190,137); }
div.DivClassName
{
background-color: #B2BE89;
}
.BgClassName
{
background-color: #B2BE89;
}
</style>
border-color css
<style>
span { border-color: #B2BE89; }
span { border-color: rgb(178,190,137); }
td.TdClassName
{
border-color: #B2BE89;
}
.TagClassName
{
border-color: #B2BE89;
}
</style>