Shades of Caper #B2D286
Tints of Caper #B2D286
RGB
CMYK
RGB Variations
Color information
#B2D286 (or 0xB2D286) is known color: Caper. HEX triplet: B2, D2 and 86. RGB value is (178,210,134). Sum of RGB (Red+Green+Blue) = 178+210+134=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D286 is #4D2D79. Grayscale: #C0C0C0. Windows color (decimal): -5057914 or 8835762. OLE color: 8835762.
HSL color Cylindrical-coordinate representation of color #B2D286: hue angle of 85.26º degrees, saturation: 0.46, 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 #B2D286 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 134 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.18 |
| HSL | 85.26º | 0.46% | 0.67% | - |
| HSV(B) | 85.26º | 0.36% | 0.82% | - |
| XYZ | 45.71 | 57.28 | 31.2 | - |
| YUV | 191.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 134 | 0.15 | 0 | 0.36 | 0.18 | 85.26 | 0.46 | 0.67 |
| Hex | B2 | D2 | 86 | F | 0 | 24 | 12 | 55 | 2E | 43 |
| Octal | 262 | 322 | 206 | 17 | 0 | 44 | 22 | 125 | 56 | 103 |
| Binary | 10110010 | 11010010 | 10000110 | 1111 | 0 | 100100 | 10010 | 1010101 | 101110 | 1000011 |
Color Harmonies of #B2D286
Complementary color
Monochromatic Colors of #B2D286
Black with #B2D286
Text Example
Text Example
White with #B2D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D286; }
p { color: rgb(178,210,134); }
H1.HeaderClassName
{
color: #B2D286;
}
.AnyTagClassName
{
color: #B2D286;
}
</style>
background-color css
<style>
a { background-color: #B2D286; }
a { background-color: rgb(178,210,134); }
div.DivClassName
{
background-color: #B2D286;
}
.BgClassName
{
background-color: #B2D286;
}
</style>
border-color css
<style>
span { border-color: #B2D286; }
span { border-color: rgb(178,210,134); }
td.TdClassName
{
border-color: #B2D286;
}
.TagClassName
{
border-color: #B2D286;
}
</style>