Shades of Caper #B2C685
Tints of Caper #B2C685
RGB
CMYK
RGB Variations
Color information
#B2C685 (or 0xB2C685) is known color: Caper. HEX triplet: B2, C6 and 85. RGB value is (178,198,133). Sum of RGB (Red+Green+Blue) = 178+198+133=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C685 is #4D397A. Grayscale: #B8B8B8. Windows color (decimal): -5060987 or 8767154. OLE color: 8767154.
HSL color Cylindrical-coordinate representation of color #B2C685: hue angle of 78.46º degrees, saturation: 0.36, 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 #B2C685 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 133 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.22 |
| HSL | 78.46º | 0.36% | 0.65% | - |
| HSV(B) | 78.46º | 0.33% | 0.78% | - |
| XYZ | 42.79 | 51.55 | 29.88 | - |
| YUV | 184.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 133 | 0.10 | 0 | 0.33 | 0.22 | 78.46 | 0.36 | 0.65 |
| Hex | B2 | C6 | 85 | A | 0 | 21 | 16 | 4E | 24 | 41 |
| Octal | 262 | 306 | 205 | 12 | 0 | 41 | 26 | 116 | 44 | 101 |
| Binary | 10110010 | 11000110 | 10000101 | 1010 | 0 | 100001 | 10110 | 1001110 | 100100 | 1000001 |
Color Harmonies of #B2C685
Complementary color
Monochromatic Colors of #B2C685
Black with #B2C685
Text Example
Text Example
White with #B2C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C685; }
p { color: rgb(178,198,133); }
H1.HeaderClassName
{
color: #B2C685;
}
.AnyTagClassName
{
color: #B2C685;
}
</style>
background-color css
<style>
a { background-color: #B2C685; }
a { background-color: rgb(178,198,133); }
div.DivClassName
{
background-color: #B2C685;
}
.BgClassName
{
background-color: #B2C685;
}
</style>
border-color css
<style>
span { border-color: #B2C685; }
span { border-color: rgb(178,198,133); }
td.TdClassName
{
border-color: #B2C685;
}
.TagClassName
{
border-color: #B2C685;
}
</style>