Shades of Lily #BB9DB3
Tints of Lily #BB9DB3
RGB
CMYK
RGB Variations
Color information
#BB9DB3 (or 0xBB9DB3) is known color: Lily. HEX triplet: BB, 9D and B3. RGB value is (187,157,179). Sum of RGB (Red+Green+Blue) = 187+157+179=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DB3 is #44624C. Grayscale: #A8A8A8. Windows color (decimal): -4481613 or 11771323. OLE color: 11771323.
HSL color Cylindrical-coordinate representation of color #BB9DB3: hue angle of 316º 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 #BB9DB3 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 179 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.27 |
| HSL | 316º | 0.18% | 0.67% | - |
| HSV(B) | 316º | 0.16% | 0.73% | - |
| XYZ | 40.69 | 37.93 | 47.83 | - |
| YUV | 168.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 179 | 0 | 0.16 | 0.04 | 0.27 | 316 | 0.18 | 0.67 |
| Hex | BB | 9D | B3 | 0 | 10 | 4 | 1B | 13C | 12 | 43 |
| Octal | 273 | 235 | 263 | 0 | 20 | 4 | 33 | 474 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10110011 | 0 | 10000 | 100 | 11011 | 100111100 | 10010 | 1000011 |
Color Harmonies of #BB9DB3
Complementary color
Monochromatic Colors of #BB9DB3
Black with #BB9DB3
Text Example
Text Example
White with #BB9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DB3; }
p { color: rgb(187,157,179); }
H1.HeaderClassName
{
color: #BB9DB3;
}
.AnyTagClassName
{
color: #BB9DB3;
}
</style>
background-color css
<style>
a { background-color: #BB9DB3; }
a { background-color: rgb(187,157,179); }
div.DivClassName
{
background-color: #BB9DB3;
}
.BgClassName
{
background-color: #BB9DB3;
}
</style>
border-color css
<style>
span { border-color: #BB9DB3; }
span { border-color: rgb(187,157,179); }
td.TdClassName
{
border-color: #BB9DB3;
}
.TagClassName
{
border-color: #BB9DB3;
}
</style>