Shades of Caper #B1CE7E
Tints of Caper #B1CE7E
RGB
CMYK
RGB Variations
Color information
#B1CE7E (or 0xB1CE7E) is known color: Caper. HEX triplet: B1, CE and 7E. RGB value is (177,206,126). Sum of RGB (Red+Green+Blue) = 177+206+126=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE7E is #4E3181. Grayscale: #BCBCBC. Windows color (decimal): -5124482 or 8310449. OLE color: 8310449.
HSL color Cylindrical-coordinate representation of color #B1CE7E: hue angle of 81.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1CE7E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 126 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.19 |
| HSL | 81.75º | 0.45% | 0.65% | - |
| HSV(B) | 81.75º | 0.39% | 0.81% | - |
| XYZ | 43.97 | 55 | 28.04 | - |
| YUV | 188.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 126 | 0.14 | 0 | 0.39 | 0.19 | 81.75 | 0.45 | 0.65 |
| Hex | B1 | CE | 7E | E | 0 | 27 | 13 | 52 | 2D | 41 |
| Octal | 261 | 316 | 176 | 16 | 0 | 47 | 23 | 122 | 55 | 101 |
| Binary | 10110001 | 11001110 | 1111110 | 1110 | 0 | 100111 | 10011 | 1010010 | 101101 | 1000001 |
Color Harmonies of #B1CE7E
Complementary color
Monochromatic Colors of #B1CE7E
Black with #B1CE7E
Text Example
Text Example
White with #B1CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE7E; }
p { color: rgb(177,206,126); }
H1.HeaderClassName
{
color: #B1CE7E;
}
.AnyTagClassName
{
color: #B1CE7E;
}
</style>
background-color css
<style>
a { background-color: #B1CE7E; }
a { background-color: rgb(177,206,126); }
div.DivClassName
{
background-color: #B1CE7E;
}
.BgClassName
{
background-color: #B1CE7E;
}
</style>
border-color css
<style>
span { border-color: #B1CE7E; }
span { border-color: rgb(177,206,126); }
td.TdClassName
{
border-color: #B1CE7E;
}
.TagClassName
{
border-color: #B1CE7E;
}
</style>