Shades of Lily #BB9DB2
Tints of Lily #BB9DB2
RGB
CMYK
RGB Variations
Color information
#BB9DB2 (or 0xBB9DB2) is known color: Lily. HEX triplet: BB, 9D and B2. RGB value is (187,157,178). Sum of RGB (Red+Green+Blue) = 187+157+178=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DB2 is #44624D. Grayscale: #A8A8A8. Windows color (decimal): -4481614 or 11705787. OLE color: 11705787.
HSL color Cylindrical-coordinate representation of color #BB9DB2: hue angle of 318º 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 #BB9DB2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 157 | 178 | - |
CMYK | 0 | 0.16 | 0.05 | 0.27 |
HSL | 318º | 0.18% | 0.67% | - |
HSV(B) | 318º | 0.16% | 0.73% | - |
XYZ | 40.59 | 37.89 | 47.29 | - |
YUV | 168.36 | 133.44 | 141.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 157 | 178 | 0 | 0.16 | 0.05 | 0.27 | 318 | 0.18 | 0.67 |
Hex | BB | 9D | B2 | 0 | 10 | 5 | 1B | 13E | 12 | 43 |
Octal | 273 | 235 | 262 | 0 | 20 | 5 | 33 | 476 | 22 | 103 |
Binary | 10111011 | 10011101 | 10110010 | 0 | 10000 | 101 | 11011 | 100111110 | 10010 | 1000011 |
Color Harmonies of #BB9DB2
Complementary color
Monochromatic Colors of #BB9DB2
Black with #BB9DB2
Text Example
Text Example
White with #BB9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DB2; }
p { color: rgb(187,157,178); }
H1.HeaderClassName
{
color: #BB9DB2;
}
.AnyTagClassName
{
color: #BB9DB2;
}
</style>
background-color css
<style>
a { background-color: #BB9DB2; }
a { background-color: rgb(187,157,178); }
div.DivClassName
{
background-color: #BB9DB2;
}
.BgClassName
{
background-color: #BB9DB2;
}
</style>
border-color css
<style>
span { border-color: #BB9DB2; }
span { border-color: rgb(187,157,178); }
td.TdClassName
{
border-color: #BB9DB2;
}
.TagClassName
{
border-color: #BB9DB2;
}
</style>