Shades of Caper #B2C684
Tints of Caper #B2C684
RGB
CMYK
RGB Variations
Color information
#B2C684 (or 0xB2C684) is known color: Caper. HEX triplet: B2, C6 and 84. RGB value is (178,198,132). Sum of RGB (Red+Green+Blue) = 178+198+132=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C684 is #4D397B. Grayscale: #B8B8B8. Windows color (decimal): -5060988 or 8701618. OLE color: 8701618.
HSL color Cylindrical-coordinate representation of color #B2C684: hue angle of 78.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2C684 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 132 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.22 |
| HSL | 78.18º | 0.37% | 0.65% | - |
| HSV(B) | 78.18º | 0.33% | 0.78% | - |
| XYZ | 42.72 | 51.52 | 29.52 | - |
| YUV | 184.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 132 | 0.10 | 0 | 0.33 | 0.22 | 78.18 | 0.37 | 0.65 |
| Hex | B2 | C6 | 84 | A | 0 | 21 | 16 | 4E | 25 | 41 |
| Octal | 262 | 306 | 204 | 12 | 0 | 41 | 26 | 116 | 45 | 101 |
| Binary | 10110010 | 11000110 | 10000100 | 1010 | 0 | 100001 | 10110 | 1001110 | 100101 | 1000001 |
Color Harmonies of #B2C684
Complementary color
Monochromatic Colors of #B2C684
Black with #B2C684
Text Example
Text Example
White with #B2C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C684; }
p { color: rgb(178,198,132); }
H1.HeaderClassName
{
color: #B2C684;
}
.AnyTagClassName
{
color: #B2C684;
}
</style>
background-color css
<style>
a { background-color: #B2C684; }
a { background-color: rgb(178,198,132); }
div.DivClassName
{
background-color: #B2C684;
}
.BgClassName
{
background-color: #B2C684;
}
</style>
border-color css
<style>
span { border-color: #B2C684; }
span { border-color: rgb(178,198,132); }
td.TdClassName
{
border-color: #B2C684;
}
.TagClassName
{
border-color: #B2C684;
}
</style>