Shades of Wild Willow #BCD253
Tints of Wild Willow #BCD253
RGB
CMYK
RGB Variations
Color information
#BCD253 (or 0xBCD253) is known color: Wild Willow. HEX triplet: BC, D2 and 53. RGB value is (188,210,83). Sum of RGB (Red+Green+Blue) = 188+210+83=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD253 is #432DAC. Grayscale: #BDBDBD. Windows color (decimal): -4402605 or 5493436. OLE color: 5493436.
HSL color Cylindrical-coordinate representation of color #BCD253: hue angle of 70.39º 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 #BCD253 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 83 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.18 |
| HSL | 70.39º | 0.59% | 0.57% | - |
| HSV(B) | 70.39º | 0.6% | 0.82% | - |
| XYZ | 45.35 | 57.41 | 16.87 | - |
| YUV | 188.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 83 | 0.10 | 0 | 0.60 | 0.18 | 70.39 | 0.59 | 0.57 |
| Hex | BC | D2 | 53 | A | 0 | 3C | 12 | 46 | 3B | 39 |
| Octal | 274 | 322 | 123 | 12 | 0 | 74 | 22 | 106 | 73 | 71 |
| Binary | 10111100 | 11010010 | 1010011 | 1010 | 0 | 111100 | 10010 | 1000110 | 111011 | 111001 |
Color Harmonies of #BCD253
Complementary color
Monochromatic Colors of #BCD253
Black with #BCD253
Text Example
Text Example
White with #BCD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD253; }
p { color: rgb(188,210,83); }
H1.HeaderClassName
{
color: #BCD253;
}
.AnyTagClassName
{
color: #BCD253;
}
</style>
background-color css
<style>
a { background-color: #BCD253; }
a { background-color: rgb(188,210,83); }
div.DivClassName
{
background-color: #BCD253;
}
.BgClassName
{
background-color: #BCD253;
}
</style>
border-color css
<style>
span { border-color: #BCD253; }
span { border-color: rgb(188,210,83); }
td.TdClassName
{
border-color: #BCD253;
}
.TagClassName
{
border-color: #BCD253;
}
</style>