Shades of Caper #BECE8B
Tints of Caper #BECE8B
RGB
CMYK
RGB Variations
Color information
#BECE8B (or 0xBECE8B) is known color: Caper. HEX triplet: BE, CE and 8B. RGB value is (190,206,139). Sum of RGB (Red+Green+Blue) = 190+206+139=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE8B is #413174. Grayscale: #C1C1C1. Windows color (decimal): -4272501 or 9162430. OLE color: 9162430.
HSL color Cylindrical-coordinate representation of color #BECE8B: hue angle of 74.33º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECE8B is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 139 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 74.33º | 0.41% | 0.68% | - |
| HSV(B) | 74.33º | 0.33% | 0.81% | - |
| XYZ | 47.97 | 56.95 | 32.89 | - |
| YUV | 193.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 139 | 0.08 | 0 | 0.33 | 0.19 | 74.33 | 0.41 | 0.68 |
| Hex | BE | CE | 8B | 8 | 0 | 21 | 13 | 4A | 29 | 44 |
| Octal | 276 | 316 | 213 | 10 | 0 | 41 | 23 | 112 | 51 | 104 |
| Binary | 10111110 | 11001110 | 10001011 | 1000 | 0 | 100001 | 10011 | 1001010 | 101001 | 1000100 |
Color Harmonies of #BECE8B
Complementary color
Monochromatic Colors of #BECE8B
Black with #BECE8B
Text Example
Text Example
White with #BECE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE8B; }
p { color: rgb(190,206,139); }
H1.HeaderClassName
{
color: #BECE8B;
}
.AnyTagClassName
{
color: #BECE8B;
}
</style>
background-color css
<style>
a { background-color: #BECE8B; }
a { background-color: rgb(190,206,139); }
div.DivClassName
{
background-color: #BECE8B;
}
.BgClassName
{
background-color: #BECE8B;
}
</style>
border-color css
<style>
span { border-color: #BECE8B; }
span { border-color: rgb(190,206,139); }
td.TdClassName
{
border-color: #BECE8B;
}
.TagClassName
{
border-color: #BECE8B;
}
</style>