Shades of Caper #BECE86
Tints of Caper #BECE86
RGB
CMYK
RGB Variations
Color information
#BECE86 (or 0xBECE86) is known color: Caper. HEX triplet: BE, CE and 86. RGB value is (190,206,134). Sum of RGB (Red+Green+Blue) = 190+206+134=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE86 is #413179. Grayscale: #C1C1C1. Windows color (decimal): -4272506 or 8834750. OLE color: 8834750.
HSL color Cylindrical-coordinate representation of color #BECE86: hue angle of 73.33º degrees, saturation: 0.42, 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 #BECE86 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 134 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.19 |
| HSL | 73.33º | 0.42% | 0.67% | - |
| HSV(B) | 73.33º | 0.35% | 0.81% | - |
| XYZ | 47.61 | 56.81 | 31.01 | - |
| YUV | 193.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 134 | 0.08 | 0 | 0.35 | 0.19 | 73.33 | 0.42 | 0.67 |
| Hex | BE | CE | 86 | 8 | 0 | 23 | 13 | 49 | 2A | 43 |
| Octal | 276 | 316 | 206 | 10 | 0 | 43 | 23 | 111 | 52 | 103 |
| Binary | 10111110 | 11001110 | 10000110 | 1000 | 0 | 100011 | 10011 | 1001001 | 101010 | 1000011 |
Color Harmonies of #BECE86
Complementary color
Monochromatic Colors of #BECE86
Black with #BECE86
Text Example
Text Example
White with #BECE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE86; }
p { color: rgb(190,206,134); }
H1.HeaderClassName
{
color: #BECE86;
}
.AnyTagClassName
{
color: #BECE86;
}
</style>
background-color css
<style>
a { background-color: #BECE86; }
a { background-color: rgb(190,206,134); }
div.DivClassName
{
background-color: #BECE86;
}
.BgClassName
{
background-color: #BECE86;
}
</style>
border-color css
<style>
span { border-color: #BECE86; }
span { border-color: rgb(190,206,134); }
td.TdClassName
{
border-color: #BECE86;
}
.TagClassName
{
border-color: #BECE86;
}
</style>