Shades of Caper #B2D284
Tints of Caper #B2D284
RGB
CMYK
RGB Variations
Color information
#B2D284 (or 0xB2D284) is known color: Caper. HEX triplet: B2, D2 and 84. RGB value is (178,210,132). Sum of RGB (Red+Green+Blue) = 178+210+132=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D284 is #4D2D7B. Grayscale: #BFBFBF. Windows color (decimal): -5057916 or 8704690. OLE color: 8704690.
HSL color Cylindrical-coordinate representation of color #B2D284: hue angle of 84.62º 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 #B2D284 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 132 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.18 |
| HSL | 84.62º | 0.46% | 0.67% | - |
| HSV(B) | 84.62º | 0.37% | 0.82% | - |
| XYZ | 45.57 | 57.22 | 30.47 | - |
| YUV | 191.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 132 | 0.15 | 0 | 0.37 | 0.18 | 84.62 | 0.46 | 0.67 |
| Hex | B2 | D2 | 84 | F | 0 | 25 | 12 | 55 | 2E | 43 |
| Octal | 262 | 322 | 204 | 17 | 0 | 45 | 22 | 125 | 56 | 103 |
| Binary | 10110010 | 11010010 | 10000100 | 1111 | 0 | 100101 | 10010 | 1010101 | 101110 | 1000011 |
Color Harmonies of #B2D284
Complementary color
Monochromatic Colors of #B2D284
Black with #B2D284
Text Example
Text Example
White with #B2D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D284; }
p { color: rgb(178,210,132); }
H1.HeaderClassName
{
color: #B2D284;
}
.AnyTagClassName
{
color: #B2D284;
}
</style>
background-color css
<style>
a { background-color: #B2D284; }
a { background-color: rgb(178,210,132); }
div.DivClassName
{
background-color: #B2D284;
}
.BgClassName
{
background-color: #B2D284;
}
</style>
border-color css
<style>
span { border-color: #B2D284; }
span { border-color: rgb(178,210,132); }
td.TdClassName
{
border-color: #B2D284;
}
.TagClassName
{
border-color: #B2D284;
}
</style>