Shades of Caper #B0BD8D
Tints of Caper #B0BD8D
RGB
CMYK
RGB Variations
Color information
#B0BD8D (or 0xB0BD8D) is known color: Caper. HEX triplet: B0, BD and 8D. RGB value is (176,189,141). Sum of RGB (Red+Green+Blue) = 176+189+141=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD8D is #4F4272. Grayscale: #B3B3B3. Windows color (decimal): -5194355 or 9289136. OLE color: 9289136.
HSL color Cylindrical-coordinate representation of color #B0BD8D: hue angle of 76.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BD8D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 141 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.26 |
| HSL | 76.25º | 0.27% | 0.65% | - |
| HSV(B) | 76.25º | 0.25% | 0.74% | - |
| XYZ | 40.91 | 47.55 | 32.22 | - |
| YUV | 179.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 141 | 0.07 | 0 | 0.25 | 0.26 | 76.25 | 0.27 | 0.65 |
| Hex | B0 | BD | 8D | 7 | 0 | 19 | 1A | 4C | 1B | 41 |
| Octal | 260 | 275 | 215 | 7 | 0 | 31 | 32 | 114 | 33 | 101 |
| Binary | 10110000 | 10111101 | 10001101 | 111 | 0 | 11001 | 11010 | 1001100 | 11011 | 1000001 |
Color Harmonies of #B0BD8D
Complementary color
Monochromatic Colors of #B0BD8D
Black with #B0BD8D
Text Example
Text Example
White with #B0BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD8D; }
p { color: rgb(176,189,141); }
H1.HeaderClassName
{
color: #B0BD8D;
}
.AnyTagClassName
{
color: #B0BD8D;
}
</style>
background-color css
<style>
a { background-color: #B0BD8D; }
a { background-color: rgb(176,189,141); }
div.DivClassName
{
background-color: #B0BD8D;
}
.BgClassName
{
background-color: #B0BD8D;
}
</style>
border-color css
<style>
span { border-color: #B0BD8D; }
span { border-color: rgb(176,189,141); }
td.TdClassName
{
border-color: #B0BD8D;
}
.TagClassName
{
border-color: #B0BD8D;
}
</style>