Shades of Caper #B2D185
Tints of Caper #B2D185
RGB
CMYK
RGB Variations
Color information
#B2D185 (or 0xB2D185) is known color: Caper. HEX triplet: B2, D1 and 85. RGB value is (178,209,133). Sum of RGB (Red+Green+Blue) = 178+209+133=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D185 is #4D2E7A. Grayscale: #BFBFBF. Windows color (decimal): -5058171 or 8769970. OLE color: 8769970.
HSL color Cylindrical-coordinate representation of color #B2D185: hue angle of 84.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2D185 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 133 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.18 |
| HSL | 84.47º | 0.45% | 0.67% | - |
| HSV(B) | 84.47º | 0.36% | 0.82% | - |
| XYZ | 45.39 | 56.76 | 30.75 | - |
| YUV | 191.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 133 | 0.15 | 0 | 0.36 | 0.18 | 84.47 | 0.45 | 0.67 |
| Hex | B2 | D1 | 85 | F | 0 | 24 | 12 | 54 | 2D | 43 |
| Octal | 262 | 321 | 205 | 17 | 0 | 44 | 22 | 124 | 55 | 103 |
| Binary | 10110010 | 11010001 | 10000101 | 1111 | 0 | 100100 | 10010 | 1010100 | 101101 | 1000011 |
Color Harmonies of #B2D185
Complementary color
Monochromatic Colors of #B2D185
Black with #B2D185
Text Example
Text Example
White with #B2D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D185; }
p { color: rgb(178,209,133); }
H1.HeaderClassName
{
color: #B2D185;
}
.AnyTagClassName
{
color: #B2D185;
}
</style>
background-color css
<style>
a { background-color: #B2D185; }
a { background-color: rgb(178,209,133); }
div.DivClassName
{
background-color: #B2D185;
}
.BgClassName
{
background-color: #B2D185;
}
</style>
border-color css
<style>
span { border-color: #B2D185; }
span { border-color: rgb(178,209,133); }
td.TdClassName
{
border-color: #B2D185;
}
.TagClassName
{
border-color: #B2D185;
}
</style>