Shades of Wild Willow #BFD255
Tints of Wild Willow #BFD255
RGB
CMYK
RGB Variations
Color information
#BFD255 (or 0xBFD255) is known color: Wild Willow. HEX triplet: BF, D2 and 55. RGB value is (191,210,85). Sum of RGB (Red+Green+Blue) = 191+210+85=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD255 is #402DAA. Grayscale: #BEBEBE. Windows color (decimal): -4205995 or 5624511. OLE color: 5624511.
HSL color Cylindrical-coordinate representation of color #BFD255: hue angle of 69.12º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFD255 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 85 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.18 |
| HSL | 69.12º | 0.58% | 0.58% | - |
| HSV(B) | 69.12º | 0.6% | 0.82% | - |
| XYZ | 46.17 | 57.83 | 17.32 | - |
| YUV | 190.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 85 | 0.09 | 0 | 0.60 | 0.18 | 69.12 | 0.58 | 0.58 |
| Hex | BF | D2 | 55 | 9 | 0 | 3C | 12 | 45 | 3A | 3A |
| Octal | 277 | 322 | 125 | 11 | 0 | 74 | 22 | 105 | 72 | 72 |
| Binary | 10111111 | 11010010 | 1010101 | 1001 | 0 | 111100 | 10010 | 1000101 | 111010 | 111010 |
Color Harmonies of #BFD255
Complementary color
Monochromatic Colors of #BFD255
Black with #BFD255
Text Example
Text Example
White with #BFD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD255; }
p { color: rgb(191,210,85); }
H1.HeaderClassName
{
color: #BFD255;
}
.AnyTagClassName
{
color: #BFD255;
}
</style>
background-color css
<style>
a { background-color: #BFD255; }
a { background-color: rgb(191,210,85); }
div.DivClassName
{
background-color: #BFD255;
}
.BgClassName
{
background-color: #BFD255;
}
</style>
border-color css
<style>
span { border-color: #BFD255; }
span { border-color: rgb(191,210,85); }
td.TdClassName
{
border-color: #BFD255;
}
.TagClassName
{
border-color: #BFD255;
}
</style>