Shades of Caper #BECF8A
Tints of Caper #BECF8A
RGB
CMYK
RGB Variations
Color information
#BECF8A (or 0xBECF8A) is known color: Caper. HEX triplet: BE, CF and 8A. RGB value is (190,207,138). Sum of RGB (Red+Green+Blue) = 190+207+138=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF8A is #413075. Grayscale: #C2C2C2. Windows color (decimal): -4272246 or 9097150. OLE color: 9097150.
HSL color Cylindrical-coordinate representation of color #BECF8A: hue angle of 74.78º degrees, saturation: 0.42, 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 #BECF8A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 138 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 74.78º | 0.42% | 0.68% | - |
| HSV(B) | 74.78º | 0.33% | 0.81% | - |
| XYZ | 48.14 | 57.41 | 32.59 | - |
| YUV | 194.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 138 | 0.08 | 0 | 0.33 | 0.19 | 74.78 | 0.42 | 0.68 |
| Hex | BE | CF | 8A | 8 | 0 | 21 | 13 | 4B | 2A | 44 |
| Octal | 276 | 317 | 212 | 10 | 0 | 41 | 23 | 113 | 52 | 104 |
| Binary | 10111110 | 11001111 | 10001010 | 1000 | 0 | 100001 | 10011 | 1001011 | 101010 | 1000100 |
Color Harmonies of #BECF8A
Complementary color
Monochromatic Colors of #BECF8A
Black with #BECF8A
Text Example
Text Example
White with #BECF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF8A; }
p { color: rgb(190,207,138); }
H1.HeaderClassName
{
color: #BECF8A;
}
.AnyTagClassName
{
color: #BECF8A;
}
</style>
background-color css
<style>
a { background-color: #BECF8A; }
a { background-color: rgb(190,207,138); }
div.DivClassName
{
background-color: #BECF8A;
}
.BgClassName
{
background-color: #BECF8A;
}
</style>
border-color css
<style>
span { border-color: #BECF8A; }
span { border-color: rgb(190,207,138); }
td.TdClassName
{
border-color: #BECF8A;
}
.TagClassName
{
border-color: #BECF8A;
}
</style>