Shades of Caper #B0BD90
Tints of Caper #B0BD90
RGB
CMYK
RGB Variations
Color information
#B0BD90 (or 0xB0BD90) is known color: Caper. HEX triplet: B0, BD and 90. RGB value is (176,189,144). Sum of RGB (Red+Green+Blue) = 176+189+144=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD90 is #4F426F. Grayscale: #B4B4B4. Windows color (decimal): -5194352 or 9485744. OLE color: 9485744.
HSL color Cylindrical-coordinate representation of color #B0BD90: hue angle of 77.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0BD90 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 144 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.26 |
| HSL | 77.33º | 0.25% | 0.65% | - |
| HSV(B) | 77.33º | 0.24% | 0.74% | - |
| XYZ | 41.14 | 47.64 | 33.41 | - |
| YUV | 179.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 144 | 0.07 | 0 | 0.24 | 0.26 | 77.33 | 0.25 | 0.65 |
| Hex | B0 | BD | 90 | 7 | 0 | 18 | 1A | 4D | 19 | 41 |
| Octal | 260 | 275 | 220 | 7 | 0 | 30 | 32 | 115 | 31 | 101 |
| Binary | 10110000 | 10111101 | 10010000 | 111 | 0 | 11000 | 11010 | 1001101 | 11001 | 1000001 |
Color Harmonies of #B0BD90
Complementary color
Monochromatic Colors of #B0BD90
Black with #B0BD90
Text Example
Text Example
White with #B0BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD90; }
p { color: rgb(176,189,144); }
H1.HeaderClassName
{
color: #B0BD90;
}
.AnyTagClassName
{
color: #B0BD90;
}
</style>
background-color css
<style>
a { background-color: #B0BD90; }
a { background-color: rgb(176,189,144); }
div.DivClassName
{
background-color: #B0BD90;
}
.BgClassName
{
background-color: #B0BD90;
}
</style>
border-color css
<style>
span { border-color: #B0BD90; }
span { border-color: rgb(176,189,144); }
td.TdClassName
{
border-color: #B0BD90;
}
.TagClassName
{
border-color: #B0BD90;
}
</style>