Shades of Caper #B0C088
Tints of Caper #B0C088
RGB
CMYK
RGB Variations
Color information
#B0C088 (or 0xB0C088) is known color: Caper. HEX triplet: B0, C0 and 88. RGB value is (176,192,136). Sum of RGB (Red+Green+Blue) = 176+192+136=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C088 is #4F3F77. Grayscale: #B5B5B5. Windows color (decimal): -5193592 or 8962224. OLE color: 8962224.
HSL color Cylindrical-coordinate representation of color #B0C088: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0C088 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 136 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.25 |
| HSL | 77.14º | 0.31% | 0.64% | - |
| HSV(B) | 77.14º | 0.29% | 0.75% | - |
| XYZ | 41.2 | 48.71 | 30.52 | - |
| YUV | 180.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 136 | 0.08 | 0 | 0.29 | 0.25 | 77.14 | 0.31 | 0.64 |
| Hex | B0 | C0 | 88 | 8 | 0 | 1D | 19 | 4D | 1F | 40 |
| Octal | 260 | 300 | 210 | 10 | 0 | 35 | 31 | 115 | 37 | 100 |
| Binary | 10110000 | 11000000 | 10001000 | 1000 | 0 | 11101 | 11001 | 1001101 | 11111 | 1000000 |
Color Harmonies of #B0C088
Complementary color
Monochromatic Colors of #B0C088
Black with #B0C088
Text Example
Text Example
White with #B0C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C088; }
p { color: rgb(176,192,136); }
H1.HeaderClassName
{
color: #B0C088;
}
.AnyTagClassName
{
color: #B0C088;
}
</style>
background-color css
<style>
a { background-color: #B0C088; }
a { background-color: rgb(176,192,136); }
div.DivClassName
{
background-color: #B0C088;
}
.BgClassName
{
background-color: #B0C088;
}
</style>
border-color css
<style>
span { border-color: #B0C088; }
span { border-color: rgb(176,192,136); }
td.TdClassName
{
border-color: #B0C088;
}
.TagClassName
{
border-color: #B0C088;
}
</style>