Shades of Caper #B0C788
Tints of Caper #B0C788
RGB
CMYK
RGB Variations
Color information
#B0C788 (or 0xB0C788) is known color: Caper. HEX triplet: B0, C7 and 88. RGB value is (176,199,136). Sum of RGB (Red+Green+Blue) = 176+199+136=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C788 is #4F3877. Grayscale: #B9B9B9. Windows color (decimal): -5191800 or 8964016. OLE color: 8964016.
HSL color Cylindrical-coordinate representation of color #B0C788: hue angle of 81.9º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0C788 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 136 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.22 |
| HSL | 81.9º | 0.36% | 0.66% | - |
| HSV(B) | 81.9º | 0.32% | 0.78% | - |
| XYZ | 42.77 | 51.85 | 31.05 | - |
| YUV | 184.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 136 | 0.12 | 0 | 0.32 | 0.22 | 81.9 | 0.36 | 0.66 |
| Hex | B0 | C7 | 88 | C | 0 | 20 | 16 | 52 | 24 | 42 |
| Octal | 260 | 307 | 210 | 14 | 0 | 40 | 26 | 122 | 44 | 102 |
| Binary | 10110000 | 11000111 | 10001000 | 1100 | 0 | 100000 | 10110 | 1010010 | 100100 | 1000010 |
Color Harmonies of #B0C788
Complementary color
Monochromatic Colors of #B0C788
Black with #B0C788
Text Example
Text Example
White with #B0C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C788; }
p { color: rgb(176,199,136); }
H1.HeaderClassName
{
color: #B0C788;
}
.AnyTagClassName
{
color: #B0C788;
}
</style>
background-color css
<style>
a { background-color: #B0C788; }
a { background-color: rgb(176,199,136); }
div.DivClassName
{
background-color: #B0C788;
}
.BgClassName
{
background-color: #B0C788;
}
</style>
border-color css
<style>
span { border-color: #B0C788; }
span { border-color: rgb(176,199,136); }
td.TdClassName
{
border-color: #B0C788;
}
.TagClassName
{
border-color: #B0C788;
}
</style>