Shades of Caper #BECE89
Tints of Caper #BECE89
RGB
CMYK
RGB Variations
Color information
#BECE89 (or 0xBECE89) is known color: Caper. HEX triplet: BE, CE and 89. RGB value is (190,206,137). Sum of RGB (Red+Green+Blue) = 190+206+137=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE89 is #413176. Grayscale: #C1C1C1. Windows color (decimal): -4272503 or 9031358. OLE color: 9031358.
HSL color Cylindrical-coordinate representation of color #BECE89: hue angle of 73.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECE89 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 137 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 73.91º | 0.41% | 0.67% | - |
| HSV(B) | 73.91º | 0.33% | 0.81% | - |
| XYZ | 47.82 | 56.9 | 32.13 | - |
| YUV | 193.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 137 | 0.08 | 0 | 0.33 | 0.19 | 73.91 | 0.41 | 0.67 |
| Hex | BE | CE | 89 | 8 | 0 | 21 | 13 | 4A | 29 | 43 |
| Octal | 276 | 316 | 211 | 10 | 0 | 41 | 23 | 112 | 51 | 103 |
| Binary | 10111110 | 11001110 | 10001001 | 1000 | 0 | 100001 | 10011 | 1001010 | 101001 | 1000011 |
Color Harmonies of #BECE89
Complementary color
Monochromatic Colors of #BECE89
Black with #BECE89
Text Example
Text Example
White with #BECE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE89; }
p { color: rgb(190,206,137); }
H1.HeaderClassName
{
color: #BECE89;
}
.AnyTagClassName
{
color: #BECE89;
}
</style>
background-color css
<style>
a { background-color: #BECE89; }
a { background-color: rgb(190,206,137); }
div.DivClassName
{
background-color: #BECE89;
}
.BgClassName
{
background-color: #BECE89;
}
</style>
border-color css
<style>
span { border-color: #BECE89; }
span { border-color: rgb(190,206,137); }
td.TdClassName
{
border-color: #BECE89;
}
.TagClassName
{
border-color: #BECE89;
}
</style>