Shades of Lily #B893AC
Tints of Lily #B893AC
RGB
CMYK
RGB Variations
Color information
#B893AC (or 0xB893AC) is known color: Lily. HEX triplet: B8, 93 and AC. RGB value is (184,147,172). Sum of RGB (Red+Green+Blue) = 184+147+172=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B893AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B893AC is #476C53. Grayscale: #A0A0A0. Windows color (decimal): -4680788 or 11310008. OLE color: 11310008.
HSL color Cylindrical-coordinate representation of color #B893AC: hue angle of 319.46º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B893AC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 172 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.28 |
| HSL | 319.46º | 0.21% | 0.65% | - |
| HSV(B) | 319.46º | 0.2% | 0.72% | - |
| XYZ | 37.65 | 34.04 | 43.62 | - |
| YUV | 160.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 172 | 0 | 0.20 | 0.07 | 0.28 | 319.46 | 0.21 | 0.65 |
| Hex | B8 | 93 | AC | 0 | 14 | 7 | 1C | 13F | 15 | 41 |
| Octal | 270 | 223 | 254 | 0 | 24 | 7 | 34 | 477 | 25 | 101 |
| Binary | 10111000 | 10010011 | 10101100 | 0 | 10100 | 111 | 11100 | 100111111 | 10101 | 1000001 |
Color Harmonies of #B893AC
Complementary color
Monochromatic Colors of #B893AC
Black with #B893AC
Text Example
Text Example
White with #B893AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893AC; }
p { color: rgb(184,147,172); }
H1.HeaderClassName
{
color: #B893AC;
}
.AnyTagClassName
{
color: #B893AC;
}
</style>
background-color css
<style>
a { background-color: #B893AC; }
a { background-color: rgb(184,147,172); }
div.DivClassName
{
background-color: #B893AC;
}
.BgClassName
{
background-color: #B893AC;
}
</style>
border-color css
<style>
span { border-color: #B893AC; }
span { border-color: rgb(184,147,172); }
td.TdClassName
{
border-color: #B893AC;
}
.TagClassName
{
border-color: #B893AC;
}
</style>