Shades of Lily #BB9DB4
Tints of Lily #BB9DB4
RGB
CMYK
RGB Variations
Color information
#BB9DB4 (or 0xBB9DB4) is known color: Lily. HEX triplet: BB, 9D and B4. RGB value is (187,157,180). Sum of RGB (Red+Green+Blue) = 187+157+180=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DB4 is #44624B. Grayscale: #A8A8A8. Windows color (decimal): -4481612 or 11836859. OLE color: 11836859.
HSL color Cylindrical-coordinate representation of color #BB9DB4: hue angle of 314º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DB4 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 180 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.27 |
| HSL | 314º | 0.18% | 0.67% | - |
| HSV(B) | 314º | 0.16% | 0.73% | - |
| XYZ | 40.79 | 37.97 | 48.36 | - |
| YUV | 168.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 180 | 0 | 0.16 | 0.04 | 0.27 | 314 | 0.18 | 0.67 |
| Hex | BB | 9D | B4 | 0 | 10 | 4 | 1B | 13A | 12 | 43 |
| Octal | 273 | 235 | 264 | 0 | 20 | 4 | 33 | 472 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10110100 | 0 | 10000 | 100 | 11011 | 100111010 | 10010 | 1000011 |
Color Harmonies of #BB9DB4
Complementary color
Monochromatic Colors of #BB9DB4
Black with #BB9DB4
Text Example
Text Example
White with #BB9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DB4; }
p { color: rgb(187,157,180); }
H1.HeaderClassName
{
color: #BB9DB4;
}
.AnyTagClassName
{
color: #BB9DB4;
}
</style>
background-color css
<style>
a { background-color: #BB9DB4; }
a { background-color: rgb(187,157,180); }
div.DivClassName
{
background-color: #BB9DB4;
}
.BgClassName
{
background-color: #BB9DB4;
}
</style>
border-color css
<style>
span { border-color: #BB9DB4; }
span { border-color: rgb(187,157,180); }
td.TdClassName
{
border-color: #BB9DB4;
}
.TagClassName
{
border-color: #BB9DB4;
}
</style>