Shades of Wild Willow #BCDC69
Tints of Wild Willow #BCDC69
RGB
CMYK
RGB Variations
Color information
#BCDC69 (or 0xBCDC69) is known color: Wild Willow. HEX triplet: BC, DC and 69. RGB value is (188,220,105). Sum of RGB (Red+Green+Blue) = 188+220+105=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC69 is #432396. Grayscale: #C5C5C5. Windows color (decimal): -4400023 or 6937788. OLE color: 6937788.
HSL color Cylindrical-coordinate representation of color #BCDC69: hue angle of 76.7º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDC69 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 105 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.14 |
| HSL | 76.7º | 0.62% | 0.64% | - |
| HSV(B) | 76.7º | 0.52% | 0.86% | - |
| XYZ | 48.88 | 62.9 | 22.93 | - |
| YUV | 197.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 105 | 0.15 | 0 | 0.52 | 0.14 | 76.7 | 0.62 | 0.64 |
| Hex | BC | DC | 69 | F | 0 | 34 | E | 4D | 3E | 40 |
| Octal | 274 | 334 | 151 | 17 | 0 | 64 | 16 | 115 | 76 | 100 |
| Binary | 10111100 | 11011100 | 1101001 | 1111 | 0 | 110100 | 1110 | 1001101 | 111110 | 1000000 |
Color Harmonies of #BCDC69
Complementary color
Monochromatic Colors of #BCDC69
Black with #BCDC69
Text Example
Text Example
White with #BCDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC69; }
p { color: rgb(188,220,105); }
H1.HeaderClassName
{
color: #BCDC69;
}
.AnyTagClassName
{
color: #BCDC69;
}
</style>
background-color css
<style>
a { background-color: #BCDC69; }
a { background-color: rgb(188,220,105); }
div.DivClassName
{
background-color: #BCDC69;
}
.BgClassName
{
background-color: #BCDC69;
}
</style>
border-color css
<style>
span { border-color: #BCDC69; }
span { border-color: rgb(188,220,105); }
td.TdClassName
{
border-color: #BCDC69;
}
.TagClassName
{
border-color: #BCDC69;
}
</style>