Shades of Lily #BB95AD
Tints of Lily #BB95AD
RGB
CMYK
RGB Variations
Color information
#BB95AD (or 0xBB95AD) is known color: Lily. HEX triplet: BB, 95 and AD. RGB value is (187,149,173). Sum of RGB (Red+Green+Blue) = 187+149+173=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB95AD is #446A52. Grayscale: #A3A3A3. Windows color (decimal): -4483667 or 11376059. OLE color: 11376059.
HSL color Cylindrical-coordinate representation of color #BB95AD: hue angle of 322.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB95AD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 173 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.27 |
| HSL | 322.11º | 0.22% | 0.66% | - |
| HSV(B) | 322.11º | 0.2% | 0.73% | - |
| XYZ | 38.78 | 35.08 | 44.26 | - |
| YUV | 163.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 173 | 0 | 0.20 | 0.07 | 0.27 | 322.11 | 0.22 | 0.66 |
| Hex | BB | 95 | AD | 0 | 14 | 7 | 1B | 142 | 16 | 42 |
| Octal | 273 | 225 | 255 | 0 | 24 | 7 | 33 | 502 | 26 | 102 |
| Binary | 10111011 | 10010101 | 10101101 | 0 | 10100 | 111 | 11011 | 101000010 | 10110 | 1000010 |
Color Harmonies of #BB95AD
Complementary color
Monochromatic Colors of #BB95AD
Black with #BB95AD
Text Example
Text Example
White with #BB95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95AD; }
p { color: rgb(187,149,173); }
H1.HeaderClassName
{
color: #BB95AD;
}
.AnyTagClassName
{
color: #BB95AD;
}
</style>
background-color css
<style>
a { background-color: #BB95AD; }
a { background-color: rgb(187,149,173); }
div.DivClassName
{
background-color: #BB95AD;
}
.BgClassName
{
background-color: #BB95AD;
}
</style>
border-color css
<style>
span { border-color: #BB95AD; }
span { border-color: rgb(187,149,173); }
td.TdClassName
{
border-color: #BB95AD;
}
.TagClassName
{
border-color: #BB95AD;
}
</style>