Shades of Lily #B995AD
Tints of Lily #B995AD
RGB
CMYK
RGB Variations
Color information
#B995AD (or 0xB995AD) is known color: Lily. HEX triplet: B9, 95 and AD. RGB value is (185,149,173). Sum of RGB (Red+Green+Blue) = 185+149+173=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B995AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B995AD is #466A52. Grayscale: #A2A2A2. Windows color (decimal): -4614739 or 11376057. OLE color: 11376057.
HSL color Cylindrical-coordinate representation of color #B995AD: hue angle of 320º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B995AD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 173 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.27 |
| HSL | 320º | 0.2% | 0.65% | - |
| HSV(B) | 320º | 0.19% | 0.73% | - |
| XYZ | 38.3 | 34.83 | 44.24 | - |
| YUV | 162.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 173 | 0 | 0.19 | 0.06 | 0.27 | 320 | 0.2 | 0.65 |
| Hex | B9 | 95 | AD | 0 | 13 | 6 | 1B | 140 | 14 | 41 |
| Octal | 271 | 225 | 255 | 0 | 23 | 6 | 33 | 500 | 24 | 101 |
| Binary | 10111001 | 10010101 | 10101101 | 0 | 10011 | 110 | 11011 | 101000000 | 10100 | 1000001 |
Color Harmonies of #B995AD
Complementary color
Monochromatic Colors of #B995AD
Black with #B995AD
Text Example
Text Example
White with #B995AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995AD; }
p { color: rgb(185,149,173); }
H1.HeaderClassName
{
color: #B995AD;
}
.AnyTagClassName
{
color: #B995AD;
}
</style>
background-color css
<style>
a { background-color: #B995AD; }
a { background-color: rgb(185,149,173); }
div.DivClassName
{
background-color: #B995AD;
}
.BgClassName
{
background-color: #B995AD;
}
</style>
border-color css
<style>
span { border-color: #B995AD; }
span { border-color: rgb(185,149,173); }
td.TdClassName
{
border-color: #B995AD;
}
.TagClassName
{
border-color: #B995AD;
}
</style>