Shades of Lily #B993AA
Tints of Lily #B993AA
RGB
CMYK
RGB Variations
Color information
#B993AA (or 0xB993AA) is known color: Lily. HEX triplet: B9, 93 and AA. RGB value is (185,147,170). Sum of RGB (Red+Green+Blue) = 185+147+170=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B993AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B993AA is #466C55. Grayscale: #A0A0A0. Windows color (decimal): -4615254 or 11178937. OLE color: 11178937.
HSL color Cylindrical-coordinate representation of color #B993AA: hue angle of 323.68º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B993AA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 170 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.27 |
| HSL | 323.68º | 0.21% | 0.65% | - |
| HSV(B) | 323.68º | 0.21% | 0.73% | - |
| XYZ | 37.7 | 34.08 | 42.62 | - |
| YUV | 160.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 170 | 0 | 0.21 | 0.08 | 0.27 | 323.68 | 0.21 | 0.65 |
| Hex | B9 | 93 | AA | 0 | 15 | 8 | 1B | 144 | 15 | 41 |
| Octal | 271 | 223 | 252 | 0 | 25 | 10 | 33 | 504 | 25 | 101 |
| Binary | 10111001 | 10010011 | 10101010 | 0 | 10101 | 1000 | 11011 | 101000100 | 10101 | 1000001 |
Color Harmonies of #B993AA
Complementary color
Monochromatic Colors of #B993AA
Black with #B993AA
Text Example
Text Example
White with #B993AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993AA; }
p { color: rgb(185,147,170); }
H1.HeaderClassName
{
color: #B993AA;
}
.AnyTagClassName
{
color: #B993AA;
}
</style>
background-color css
<style>
a { background-color: #B993AA; }
a { background-color: rgb(185,147,170); }
div.DivClassName
{
background-color: #B993AA;
}
.BgClassName
{
background-color: #B993AA;
}
</style>
border-color css
<style>
span { border-color: #B993AA; }
span { border-color: rgb(185,147,170); }
td.TdClassName
{
border-color: #B993AA;
}
.TagClassName
{
border-color: #B993AA;
}
</style>