Shades of Caper #B1D184
Tints of Caper #B1D184
RGB
CMYK
RGB Variations
Color information
#B1D184 (or 0xB1D184) is known color: Caper. HEX triplet: B1, D1 and 84. RGB value is (177,209,132). Sum of RGB (Red+Green+Blue) = 177+209+132=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D184 is #4E2E7B. Grayscale: #BEBEBE. Windows color (decimal): -5123708 or 8704433. OLE color: 8704433.
HSL color Cylindrical-coordinate representation of color #B1D184: hue angle of 84.94º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1D184 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 209 | 132 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.18 |
| HSL | 84.94º | 0.46% | 0.67% | - |
| HSV(B) | 84.94º | 0.37% | 0.82% | - |
| XYZ | 45.1 | 56.61 | 30.38 | - |
| YUV | 190.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 132 | 0.15 | 0 | 0.37 | 0.18 | 84.94 | 0.46 | 0.67 |
| Hex | B1 | D1 | 84 | F | 0 | 25 | 12 | 55 | 2E | 43 |
| Octal | 261 | 321 | 204 | 17 | 0 | 45 | 22 | 125 | 56 | 103 |
| Binary | 10110001 | 11010001 | 10000100 | 1111 | 0 | 100101 | 10010 | 1010101 | 101110 | 1000011 |
Color Harmonies of #B1D184
Complementary color
Monochromatic Colors of #B1D184
Black with #B1D184
Text Example
Text Example
White with #B1D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D184; }
p { color: rgb(177,209,132); }
H1.HeaderClassName
{
color: #B1D184;
}
.AnyTagClassName
{
color: #B1D184;
}
</style>
background-color css
<style>
a { background-color: #B1D184; }
a { background-color: rgb(177,209,132); }
div.DivClassName
{
background-color: #B1D184;
}
.BgClassName
{
background-color: #B1D184;
}
</style>
border-color css
<style>
span { border-color: #B1D184; }
span { border-color: rgb(177,209,132); }
td.TdClassName
{
border-color: #B1D184;
}
.TagClassName
{
border-color: #B1D184;
}
</style>