Shades of Caper #B1CC88
Tints of Caper #B1CC88
RGB
CMYK
RGB Variations
Color information
#B1CC88 (or 0xB1CC88) is known color: Caper. HEX triplet: B1, CC and 88. RGB value is (177,204,136). Sum of RGB (Red+Green+Blue) = 177+204+136=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC88 is #4E3377. Grayscale: #BCBCBC. Windows color (decimal): -5124984 or 8965297. OLE color: 8965297.
HSL color Cylindrical-coordinate representation of color #B1CC88: hue angle of 83.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1CC88 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 136 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.2 |
| HSL | 83.82º | 0.4% | 0.67% | - |
| HSV(B) | 83.82º | 0.33% | 0.8% | - |
| XYZ | 44.17 | 54.31 | 31.45 | - |
| YUV | 188.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 136 | 0.13 | 0 | 0.33 | 0.2 | 83.82 | 0.4 | 0.67 |
| Hex | B1 | CC | 88 | D | 0 | 21 | 14 | 54 | 28 | 43 |
| Octal | 261 | 314 | 210 | 15 | 0 | 41 | 24 | 124 | 50 | 103 |
| Binary | 10110001 | 11001100 | 10001000 | 1101 | 0 | 100001 | 10100 | 1010100 | 101000 | 1000011 |
Color Harmonies of #B1CC88
Complementary color
Monochromatic Colors of #B1CC88
Black with #B1CC88
Text Example
Text Example
White with #B1CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC88; }
p { color: rgb(177,204,136); }
H1.HeaderClassName
{
color: #B1CC88;
}
.AnyTagClassName
{
color: #B1CC88;
}
</style>
background-color css
<style>
a { background-color: #B1CC88; }
a { background-color: rgb(177,204,136); }
div.DivClassName
{
background-color: #B1CC88;
}
.BgClassName
{
background-color: #B1CC88;
}
</style>
border-color css
<style>
span { border-color: #B1CC88; }
span { border-color: rgb(177,204,136); }
td.TdClassName
{
border-color: #B1CC88;
}
.TagClassName
{
border-color: #B1CC88;
}
</style>