Shades of Caper #BECC89
Tints of Caper #BECC89
RGB
CMYK
RGB Variations
Color information
#BECC89 (or 0xBECC89) is known color: Caper. HEX triplet: BE, CC and 89. RGB value is (190,204,137). Sum of RGB (Red+Green+Blue) = 190+204+137=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC89 is #413376. Grayscale: #C0C0C0. Windows color (decimal): -4273015 or 9030846. OLE color: 9030846.
HSL color Cylindrical-coordinate representation of color #BECC89: hue angle of 72.54º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECC89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 137 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.2 |
| HSL | 72.54º | 0.4% | 0.67% | - |
| HSV(B) | 72.54º | 0.33% | 0.8% | - |
| XYZ | 47.34 | 55.94 | 31.97 | - |
| YUV | 192.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 137 | 0.07 | 0 | 0.33 | 0.2 | 72.54 | 0.4 | 0.67 |
| Hex | BE | CC | 89 | 7 | 0 | 21 | 14 | 49 | 28 | 43 |
| Octal | 276 | 314 | 211 | 7 | 0 | 41 | 24 | 111 | 50 | 103 |
| Binary | 10111110 | 11001100 | 10001001 | 111 | 0 | 100001 | 10100 | 1001001 | 101000 | 1000011 |
Color Harmonies of #BECC89
Complementary color
Monochromatic Colors of #BECC89
Black with #BECC89
Text Example
Text Example
White with #BECC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC89; }
p { color: rgb(190,204,137); }
H1.HeaderClassName
{
color: #BECC89;
}
.AnyTagClassName
{
color: #BECC89;
}
</style>
background-color css
<style>
a { background-color: #BECC89; }
a { background-color: rgb(190,204,137); }
div.DivClassName
{
background-color: #BECC89;
}
.BgClassName
{
background-color: #BECC89;
}
</style>
border-color css
<style>
span { border-color: #BECC89; }
span { border-color: rgb(190,204,137); }
td.TdClassName
{
border-color: #BECC89;
}
.TagClassName
{
border-color: #BECC89;
}
</style>