Shades of Caper #BED389
Tints of Caper #BED389
RGB
CMYK
RGB Variations
Color information
#BED389 (or 0xBED389) is known color: Caper. HEX triplet: BE, D3 and 89. RGB value is (190,211,137). Sum of RGB (Red+Green+Blue) = 190+211+137=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #BED389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED389 is #412C76. Grayscale: #C4C4C4. Windows color (decimal): -4271223 or 9032638. OLE color: 9032638.
HSL color Cylindrical-coordinate representation of color #BED389: hue angle of 77.03º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED389 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 137 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.17 |
| HSL | 77.03º | 0.46% | 0.68% | - |
| HSV(B) | 77.03º | 0.35% | 0.83% | - |
| XYZ | 49.04 | 59.34 | 32.54 | - |
| YUV | 196.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 137 | 0.10 | 0 | 0.35 | 0.17 | 77.03 | 0.46 | 0.68 |
| Hex | BE | D3 | 89 | A | 0 | 23 | 11 | 4D | 2E | 44 |
| Octal | 276 | 323 | 211 | 12 | 0 | 43 | 21 | 115 | 56 | 104 |
| Binary | 10111110 | 11010011 | 10001001 | 1010 | 0 | 100011 | 10001 | 1001101 | 101110 | 1000100 |
Color Harmonies of #BED389
Complementary color
Monochromatic Colors of #BED389
Black with #BED389
Text Example
Text Example
White with #BED389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED389; }
p { color: rgb(190,211,137); }
H1.HeaderClassName
{
color: #BED389;
}
.AnyTagClassName
{
color: #BED389;
}
</style>
background-color css
<style>
a { background-color: #BED389; }
a { background-color: rgb(190,211,137); }
div.DivClassName
{
background-color: #BED389;
}
.BgClassName
{
background-color: #BED389;
}
</style>
border-color css
<style>
span { border-color: #BED389; }
span { border-color: rgb(190,211,137); }
td.TdClassName
{
border-color: #BED389;
}
.TagClassName
{
border-color: #BED389;
}
</style>