Shades of Caper #B1D083
Tints of Caper #B1D083
RGB
CMYK
RGB Variations
Color information
#B1D083 (or 0xB1D083) is known color: Caper. HEX triplet: B1, D0 and 83. RGB value is (177,208,131). Sum of RGB (Red+Green+Blue) = 177+208+131=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D083 is #4E2F7C. Grayscale: #BEBEBE. Windows color (decimal): -5123965 or 8638641. OLE color: 8638641.
HSL color Cylindrical-coordinate representation of color #B1D083: hue angle of 84.16º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1D083 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 131 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.18 |
| HSL | 84.16º | 0.45% | 0.66% | - |
| HSV(B) | 84.16º | 0.37% | 0.82% | - |
| XYZ | 44.78 | 56.1 | 29.94 | - |
| YUV | 189.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 131 | 0.15 | 0 | 0.37 | 0.18 | 84.16 | 0.45 | 0.66 |
| Hex | B1 | D0 | 83 | F | 0 | 25 | 12 | 54 | 2D | 42 |
| Octal | 261 | 320 | 203 | 17 | 0 | 45 | 22 | 124 | 55 | 102 |
| Binary | 10110001 | 11010000 | 10000011 | 1111 | 0 | 100101 | 10010 | 1010100 | 101101 | 1000010 |
Color Harmonies of #B1D083
Complementary color
Monochromatic Colors of #B1D083
Black with #B1D083
Text Example
Text Example
White with #B1D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D083; }
p { color: rgb(177,208,131); }
H1.HeaderClassName
{
color: #B1D083;
}
.AnyTagClassName
{
color: #B1D083;
}
</style>
background-color css
<style>
a { background-color: #B1D083; }
a { background-color: rgb(177,208,131); }
div.DivClassName
{
background-color: #B1D083;
}
.BgClassName
{
background-color: #B1D083;
}
</style>
border-color css
<style>
span { border-color: #B1D083; }
span { border-color: rgb(177,208,131); }
td.TdClassName
{
border-color: #B1D083;
}
.TagClassName
{
border-color: #B1D083;
}
</style>