Shades of Caper #BECE87
Tints of Caper #BECE87
RGB
CMYK
RGB Variations
Color information
#BECE87 (or 0xBECE87) is known color: Caper. HEX triplet: BE, CE and 87. RGB value is (190,206,135). Sum of RGB (Red+Green+Blue) = 190+206+135=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE87 is #413178. Grayscale: #C1C1C1. Windows color (decimal): -4272505 or 8900286. OLE color: 8900286.
HSL color Cylindrical-coordinate representation of color #BECE87: hue angle of 73.52º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BECE87 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 135 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.19 |
| HSL | 73.52º | 0.42% | 0.67% | - |
| HSV(B) | 73.52º | 0.34% | 0.81% | - |
| XYZ | 47.68 | 56.84 | 31.38 | - |
| YUV | 193.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 135 | 0.08 | 0 | 0.34 | 0.19 | 73.52 | 0.42 | 0.67 |
| Hex | BE | CE | 87 | 8 | 0 | 22 | 13 | 4A | 2A | 43 |
| Octal | 276 | 316 | 207 | 10 | 0 | 42 | 23 | 112 | 52 | 103 |
| Binary | 10111110 | 11001110 | 10000111 | 1000 | 0 | 100010 | 10011 | 1001010 | 101010 | 1000011 |
Color Harmonies of #BECE87
Complementary color
Monochromatic Colors of #BECE87
Black with #BECE87
Text Example
Text Example
White with #BECE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE87; }
p { color: rgb(190,206,135); }
H1.HeaderClassName
{
color: #BECE87;
}
.AnyTagClassName
{
color: #BECE87;
}
</style>
background-color css
<style>
a { background-color: #BECE87; }
a { background-color: rgb(190,206,135); }
div.DivClassName
{
background-color: #BECE87;
}
.BgClassName
{
background-color: #BECE87;
}
</style>
border-color css
<style>
span { border-color: #BECE87; }
span { border-color: rgb(190,206,135); }
td.TdClassName
{
border-color: #BECE87;
}
.TagClassName
{
border-color: #BECE87;
}
</style>