Shades of Wild Willow #BBD255
Tints of Wild Willow #BBD255
RGB
CMYK
RGB Variations
Color information
#BBD255 (or 0xBBD255) is known color: Wild Willow. HEX triplet: BB, D2 and 55. RGB value is (187,210,85). Sum of RGB (Red+Green+Blue) = 187+210+85=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD255 is #442DAA. Grayscale: #BDBDBD. Windows color (decimal): -4468139 or 5624507. OLE color: 5624507.
HSL color Cylindrical-coordinate representation of color #BBD255: hue angle of 71.04º 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 #BBD255 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 85 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.18 |
| HSL | 71.04º | 0.58% | 0.58% | - |
| HSV(B) | 71.04º | 0.6% | 0.82% | - |
| XYZ | 45.18 | 57.31 | 17.28 | - |
| YUV | 188.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 85 | 0.11 | 0 | 0.60 | 0.18 | 71.04 | 0.58 | 0.58 |
| Hex | BB | D2 | 55 | B | 0 | 3C | 12 | 47 | 3A | 3A |
| Octal | 273 | 322 | 125 | 13 | 0 | 74 | 22 | 107 | 72 | 72 |
| Binary | 10111011 | 11010010 | 1010101 | 1011 | 0 | 111100 | 10010 | 1000111 | 111010 | 111010 |
Color Harmonies of #BBD255
Complementary color
Monochromatic Colors of #BBD255
Black with #BBD255
Text Example
Text Example
White with #BBD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD255; }
p { color: rgb(187,210,85); }
H1.HeaderClassName
{
color: #BBD255;
}
.AnyTagClassName
{
color: #BBD255;
}
</style>
background-color css
<style>
a { background-color: #BBD255; }
a { background-color: rgb(187,210,85); }
div.DivClassName
{
background-color: #BBD255;
}
.BgClassName
{
background-color: #BBD255;
}
</style>
border-color css
<style>
span { border-color: #BBD255; }
span { border-color: rgb(187,210,85); }
td.TdClassName
{
border-color: #BBD255;
}
.TagClassName
{
border-color: #BBD255;
}
</style>