Shades of Caper #BECD8A
Tints of Caper #BECD8A
RGB
CMYK
RGB Variations
Color information
#BECD8A (or 0xBECD8A) is known color: Caper. HEX triplet: BE, CD and 8A. RGB value is (190,205,138). Sum of RGB (Red+Green+Blue) = 190+205+138=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD8A is #413275. Grayscale: #C1C1C1. Windows color (decimal): -4272758 or 9096638. OLE color: 9096638.
HSL color Cylindrical-coordinate representation of color #BECD8A: hue angle of 73.43º 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 #BECD8A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 138 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.20 |
| HSL | 73.43º | 0.4% | 0.67% | - |
| HSV(B) | 73.43º | 0.33% | 0.8% | - |
| XYZ | 47.65 | 56.44 | 32.43 | - |
| YUV | 192.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 138 | 0.07 | 0 | 0.33 | 0.20 | 73.43 | 0.4 | 0.67 |
| Hex | BE | CD | 8A | 7 | 0 | 21 | 14 | 49 | 28 | 43 |
| Octal | 276 | 315 | 212 | 7 | 0 | 41 | 24 | 111 | 50 | 103 |
| Binary | 10111110 | 11001101 | 10001010 | 111 | 0 | 100001 | 10100 | 1001001 | 101000 | 1000011 |
Color Harmonies of #BECD8A
Complementary color
Monochromatic Colors of #BECD8A
Black with #BECD8A
Text Example
Text Example
White with #BECD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD8A; }
p { color: rgb(190,205,138); }
H1.HeaderClassName
{
color: #BECD8A;
}
.AnyTagClassName
{
color: #BECD8A;
}
</style>
background-color css
<style>
a { background-color: #BECD8A; }
a { background-color: rgb(190,205,138); }
div.DivClassName
{
background-color: #BECD8A;
}
.BgClassName
{
background-color: #BECD8A;
}
</style>
border-color css
<style>
span { border-color: #BECD8A; }
span { border-color: rgb(190,205,138); }
td.TdClassName
{
border-color: #BECD8A;
}
.TagClassName
{
border-color: #BECD8A;
}
</style>