Shades of Caper #BECE85
Tints of Caper #BECE85
RGB
CMYK
RGB Variations
Color information
#BECE85 (or 0xBECE85) is known color: Caper. HEX triplet: BE, CE and 85. RGB value is (190,206,133). Sum of RGB (Red+Green+Blue) = 190+206+133=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE85 is #41317A. Grayscale: #C1C1C1. Windows color (decimal): -4272507 or 8769214. OLE color: 8769214.
HSL color Cylindrical-coordinate representation of color #BECE85: hue angle of 73.15º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BECE85 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 133 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.19 |
| HSL | 73.15º | 0.43% | 0.66% | - |
| HSV(B) | 73.15º | 0.35% | 0.81% | - |
| XYZ | 47.54 | 56.78 | 30.64 | - |
| YUV | 192.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 133 | 0.08 | 0 | 0.35 | 0.19 | 73.15 | 0.43 | 0.66 |
| Hex | BE | CE | 85 | 8 | 0 | 23 | 13 | 49 | 2B | 42 |
| Octal | 276 | 316 | 205 | 10 | 0 | 43 | 23 | 111 | 53 | 102 |
| Binary | 10111110 | 11001110 | 10000101 | 1000 | 0 | 100011 | 10011 | 1001001 | 101011 | 1000010 |
Color Harmonies of #BECE85
Complementary color
Monochromatic Colors of #BECE85
Black with #BECE85
Text Example
Text Example
White with #BECE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE85; }
p { color: rgb(190,206,133); }
H1.HeaderClassName
{
color: #BECE85;
}
.AnyTagClassName
{
color: #BECE85;
}
</style>
background-color css
<style>
a { background-color: #BECE85; }
a { background-color: rgb(190,206,133); }
div.DivClassName
{
background-color: #BECE85;
}
.BgClassName
{
background-color: #BECE85;
}
</style>
border-color css
<style>
span { border-color: #BECE85; }
span { border-color: rgb(190,206,133); }
td.TdClassName
{
border-color: #BECE85;
}
.TagClassName
{
border-color: #BECE85;
}
</style>