Shades of Lily #B998AC
Tints of Lily #B998AC
RGB
CMYK
RGB Variations
Color information
#B998AC (or 0xB998AC) is known color: Lily. HEX triplet: B9, 98 and AC. RGB value is (185,152,172). Sum of RGB (Red+Green+Blue) = 185+152+172=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B998AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B998AC is #466753. Grayscale: #A4A4A4. Windows color (decimal): -4613972 or 11311289. OLE color: 11311289.
HSL color Cylindrical-coordinate representation of color #B998AC: hue angle of 323.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B998AC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 172 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.27 |
| HSL | 323.64º | 0.19% | 0.66% | - |
| HSV(B) | 323.64º | 0.18% | 0.73% | - |
| XYZ | 38.68 | 35.75 | 43.89 | - |
| YUV | 164.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 172 | 0 | 0.18 | 0.07 | 0.27 | 323.64 | 0.19 | 0.66 |
| Hex | B9 | 98 | AC | 0 | 12 | 7 | 1B | 144 | 13 | 42 |
| Octal | 271 | 230 | 254 | 0 | 22 | 7 | 33 | 504 | 23 | 102 |
| Binary | 10111001 | 10011000 | 10101100 | 0 | 10010 | 111 | 11011 | 101000100 | 10011 | 1000010 |
Color Harmonies of #B998AC
Complementary color
Monochromatic Colors of #B998AC
Black with #B998AC
Text Example
Text Example
White with #B998AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998AC; }
p { color: rgb(185,152,172); }
H1.HeaderClassName
{
color: #B998AC;
}
.AnyTagClassName
{
color: #B998AC;
}
</style>
background-color css
<style>
a { background-color: #B998AC; }
a { background-color: rgb(185,152,172); }
div.DivClassName
{
background-color: #B998AC;
}
.BgClassName
{
background-color: #B998AC;
}
</style>
border-color css
<style>
span { border-color: #B998AC; }
span { border-color: rgb(185,152,172); }
td.TdClassName
{
border-color: #B998AC;
}
.TagClassName
{
border-color: #B998AC;
}
</style>