Shades of Caper #B1D07F
Tints of Caper #B1D07F
RGB
CMYK
RGB Variations
Color information
#B1D07F (or 0xB1D07F) is known color: Caper. HEX triplet: B1, D0 and 7F. RGB value is (177,208,127). Sum of RGB (Red+Green+Blue) = 177+208+127=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D07F is #4E2F80. Grayscale: #BDBDBD. Windows color (decimal): -5123969 or 8376497. OLE color: 8376497.
HSL color Cylindrical-coordinate representation of color #B1D07F: hue angle of 82.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1D07F is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 127 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.18 |
| HSL | 82.96º | 0.46% | 0.66% | - |
| HSV(B) | 82.96º | 0.39% | 0.82% | - |
| XYZ | 44.52 | 55.99 | 28.54 | - |
| YUV | 189.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 127 | 0.15 | 0 | 0.39 | 0.18 | 82.96 | 0.46 | 0.66 |
| Hex | B1 | D0 | 7F | F | 0 | 27 | 12 | 53 | 2E | 42 |
| Octal | 261 | 320 | 177 | 17 | 0 | 47 | 22 | 123 | 56 | 102 |
| Binary | 10110001 | 11010000 | 1111111 | 1111 | 0 | 100111 | 10010 | 1010011 | 101110 | 1000010 |
Color Harmonies of #B1D07F
Complementary color
Monochromatic Colors of #B1D07F
Black with #B1D07F
Text Example
Text Example
White with #B1D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D07F; }
p { color: rgb(177,208,127); }
H1.HeaderClassName
{
color: #B1D07F;
}
.AnyTagClassName
{
color: #B1D07F;
}
</style>
background-color css
<style>
a { background-color: #B1D07F; }
a { background-color: rgb(177,208,127); }
div.DivClassName
{
background-color: #B1D07F;
}
.BgClassName
{
background-color: #B1D07F;
}
</style>
border-color css
<style>
span { border-color: #B1D07F; }
span { border-color: rgb(177,208,127); }
td.TdClassName
{
border-color: #B1D07F;
}
.TagClassName
{
border-color: #B1D07F;
}
</style>