Shades of Caper #B0BD88
Tints of Caper #B0BD88
RGB
CMYK
RGB Variations
Color information
#B0BD88 (or 0xB0BD88) is known color: Caper. HEX triplet: B0, BD and 88. RGB value is (176,189,136). Sum of RGB (Red+Green+Blue) = 176+189+136=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD88 is #4F4277. Grayscale: #B3B3B3. Windows color (decimal): -5194360 or 8961456. OLE color: 8961456.
HSL color Cylindrical-coordinate representation of color #B0BD88: hue angle of 74.72º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BD88 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 136 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.26 |
| HSL | 74.72º | 0.29% | 0.64% | - |
| HSV(B) | 74.72º | 0.28% | 0.74% | - |
| XYZ | 40.55 | 47.4 | 30.31 | - |
| YUV | 179.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 136 | 0.07 | 0 | 0.28 | 0.26 | 74.72 | 0.29 | 0.64 |
| Hex | B0 | BD | 88 | 7 | 0 | 1C | 1A | 4B | 1D | 40 |
| Octal | 260 | 275 | 210 | 7 | 0 | 34 | 32 | 113 | 35 | 100 |
| Binary | 10110000 | 10111101 | 10001000 | 111 | 0 | 11100 | 11010 | 1001011 | 11101 | 1000000 |
Color Harmonies of #B0BD88
Complementary color
Monochromatic Colors of #B0BD88
Black with #B0BD88
Text Example
Text Example
White with #B0BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD88; }
p { color: rgb(176,189,136); }
H1.HeaderClassName
{
color: #B0BD88;
}
.AnyTagClassName
{
color: #B0BD88;
}
</style>
background-color css
<style>
a { background-color: #B0BD88; }
a { background-color: rgb(176,189,136); }
div.DivClassName
{
background-color: #B0BD88;
}
.BgClassName
{
background-color: #B0BD88;
}
</style>
border-color css
<style>
span { border-color: #B0BD88; }
span { border-color: rgb(176,189,136); }
td.TdClassName
{
border-color: #B0BD88;
}
.TagClassName
{
border-color: #B0BD88;
}
</style>