Shades of Caper #B2CF87
Tints of Caper #B2CF87
RGB
CMYK
RGB Variations
Color information
#B2CF87 (or 0xB2CF87) is known color: Caper. HEX triplet: B2, CF and 87. RGB value is (178,207,135). Sum of RGB (Red+Green+Blue) = 178+207+135=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CF87 is #4D3078. Grayscale: #BEBEBE. Windows color (decimal): -5058681 or 8900530. OLE color: 8900530.
HSL color Cylindrical-coordinate representation of color #B2CF87: hue angle of 84.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2CF87 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 135 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.19 |
| HSL | 84.17º | 0.43% | 0.67% | - |
| HSV(B) | 84.17º | 0.35% | 0.81% | - |
| XYZ | 45.05 | 55.84 | 31.33 | - |
| YUV | 190.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 135 | 0.14 | 0 | 0.35 | 0.19 | 84.17 | 0.43 | 0.67 |
| Hex | B2 | CF | 87 | E | 0 | 23 | 13 | 54 | 2B | 43 |
| Octal | 262 | 317 | 207 | 16 | 0 | 43 | 23 | 124 | 53 | 103 |
| Binary | 10110010 | 11001111 | 10000111 | 1110 | 0 | 100011 | 10011 | 1010100 | 101011 | 1000011 |
Color Harmonies of #B2CF87
Complementary color
Monochromatic Colors of #B2CF87
Black with #B2CF87
Text Example
Text Example
White with #B2CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF87; }
p { color: rgb(178,207,135); }
H1.HeaderClassName
{
color: #B2CF87;
}
.AnyTagClassName
{
color: #B2CF87;
}
</style>
background-color css
<style>
a { background-color: #B2CF87; }
a { background-color: rgb(178,207,135); }
div.DivClassName
{
background-color: #B2CF87;
}
.BgClassName
{
background-color: #B2CF87;
}
</style>
border-color css
<style>
span { border-color: #B2CF87; }
span { border-color: rgb(178,207,135); }
td.TdClassName
{
border-color: #B2CF87;
}
.TagClassName
{
border-color: #B2CF87;
}
</style>