Shades of Wild Willow #BED253
Tints of Wild Willow #BED253
RGB
CMYK
RGB Variations
Color information
#BED253 (or 0xBED253) is known color: Wild Willow. HEX triplet: BE, D2 and 53. RGB value is (190,210,83). Sum of RGB (Red+Green+Blue) = 190+210+83=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #BED253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED253 is #412DAC. Grayscale: #BEBEBE. Windows color (decimal): -4271533 or 5493438. OLE color: 5493438.
HSL color Cylindrical-coordinate representation of color #BED253: hue angle of 69.45º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED253 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 83 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.18 |
| HSL | 69.45º | 0.59% | 0.57% | - |
| HSV(B) | 69.45º | 0.6% | 0.82% | - |
| XYZ | 45.84 | 57.66 | 16.9 | - |
| YUV | 189.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 83 | 0.10 | 0 | 0.60 | 0.18 | 69.45 | 0.59 | 0.57 |
| Hex | BE | D2 | 53 | A | 0 | 3C | 12 | 45 | 3B | 39 |
| Octal | 276 | 322 | 123 | 12 | 0 | 74 | 22 | 105 | 73 | 71 |
| Binary | 10111110 | 11010010 | 1010011 | 1010 | 0 | 111100 | 10010 | 1000101 | 111011 | 111001 |
Color Harmonies of #BED253
Complementary color
Monochromatic Colors of #BED253
Black with #BED253
Text Example
Text Example
White with #BED253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED253; }
p { color: rgb(190,210,83); }
H1.HeaderClassName
{
color: #BED253;
}
.AnyTagClassName
{
color: #BED253;
}
</style>
background-color css
<style>
a { background-color: #BED253; }
a { background-color: rgb(190,210,83); }
div.DivClassName
{
background-color: #BED253;
}
.BgClassName
{
background-color: #BED253;
}
</style>
border-color css
<style>
span { border-color: #BED253; }
span { border-color: rgb(190,210,83); }
td.TdClassName
{
border-color: #BED253;
}
.TagClassName
{
border-color: #BED253;
}
</style>