Shades of Caper #B1C08E
Tints of Caper #B1C08E
RGB
CMYK
RGB Variations
Color information
#B1C08E (or 0xB1C08E) is known color: Caper. HEX triplet: B1, C0 and 8E. RGB value is (177,192,142). Sum of RGB (Red+Green+Blue) = 177+192+142=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C08E is #4E3F71. Grayscale: #B6B6B6. Windows color (decimal): -5128050 or 9355441. OLE color: 9355441.
HSL color Cylindrical-coordinate representation of color #B1C08E: hue angle of 78º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C08E is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 142 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.25 |
| HSL | 78º | 0.28% | 0.65% | - |
| HSV(B) | 78º | 0.26% | 0.75% | - |
| XYZ | 41.86 | 49 | 32.84 | - |
| YUV | 181.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 142 | 0.08 | 0 | 0.26 | 0.25 | 78 | 0.28 | 0.65 |
| Hex | B1 | C0 | 8E | 8 | 0 | 1A | 19 | 4E | 1C | 41 |
| Octal | 261 | 300 | 216 | 10 | 0 | 32 | 31 | 116 | 34 | 101 |
| Binary | 10110001 | 11000000 | 10001110 | 1000 | 0 | 11010 | 11001 | 1001110 | 11100 | 1000001 |
Color Harmonies of #B1C08E
Complementary color
Monochromatic Colors of #B1C08E
Black with #B1C08E
Text Example
Text Example
White with #B1C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C08E; }
p { color: rgb(177,192,142); }
H1.HeaderClassName
{
color: #B1C08E;
}
.AnyTagClassName
{
color: #B1C08E;
}
</style>
background-color css
<style>
a { background-color: #B1C08E; }
a { background-color: rgb(177,192,142); }
div.DivClassName
{
background-color: #B1C08E;
}
.BgClassName
{
background-color: #B1C08E;
}
</style>
border-color css
<style>
span { border-color: #B1C08E; }
span { border-color: rgb(177,192,142); }
td.TdClassName
{
border-color: #B1C08E;
}
.TagClassName
{
border-color: #B1C08E;
}
</style>