Shades of Caper #BECF89
Tints of Caper #BECF89
RGB
CMYK
RGB Variations
Color information
#BECF89 (or 0xBECF89) is known color: Caper. HEX triplet: BE, CF and 89. RGB value is (190,207,137). Sum of RGB (Red+Green+Blue) = 190+207+137=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF89 is #413076. Grayscale: #C2C2C2. Windows color (decimal): -4272247 or 9031614. OLE color: 9031614.
HSL color Cylindrical-coordinate representation of color #BECF89: hue angle of 74.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BECF89 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 137 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.19 |
| HSL | 74.57º | 0.42% | 0.67% | - |
| HSV(B) | 74.57º | 0.34% | 0.81% | - |
| XYZ | 48.06 | 57.38 | 32.21 | - |
| YUV | 193.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 137 | 0.08 | 0 | 0.34 | 0.19 | 74.57 | 0.42 | 0.67 |
| Hex | BE | CF | 89 | 8 | 0 | 22 | 13 | 4B | 2A | 43 |
| Octal | 276 | 317 | 211 | 10 | 0 | 42 | 23 | 113 | 52 | 103 |
| Binary | 10111110 | 11001111 | 10001001 | 1000 | 0 | 100010 | 10011 | 1001011 | 101010 | 1000011 |
Color Harmonies of #BECF89
Complementary color
Monochromatic Colors of #BECF89
Black with #BECF89
Text Example
Text Example
White with #BECF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF89; }
p { color: rgb(190,207,137); }
H1.HeaderClassName
{
color: #BECF89;
}
.AnyTagClassName
{
color: #BECF89;
}
</style>
background-color css
<style>
a { background-color: #BECF89; }
a { background-color: rgb(190,207,137); }
div.DivClassName
{
background-color: #BECF89;
}
.BgClassName
{
background-color: #BECF89;
}
</style>
border-color css
<style>
span { border-color: #BECF89; }
span { border-color: rgb(190,207,137); }
td.TdClassName
{
border-color: #BECF89;
}
.TagClassName
{
border-color: #BECF89;
}
</style>