Shades of Lily #BB93AF
Tints of Lily #BB93AF
RGB
CMYK
RGB Variations
Color information
#BB93AF (or 0xBB93AF) is known color: Lily. HEX triplet: BB, 93 and AF. RGB value is (187,147,175). Sum of RGB (Red+Green+Blue) = 187+147+175=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB93AF is #446C50. Grayscale: #A2A2A2. Windows color (decimal): -4484177 or 11506619. OLE color: 11506619.
HSL color Cylindrical-coordinate representation of color #BB93AF: hue angle of 318º degrees, saturation: 0.23, 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 #BB93AF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 175 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.27 |
| HSL | 318º | 0.23% | 0.65% | - |
| HSV(B) | 318º | 0.21% | 0.73% | - |
| XYZ | 38.67 | 34.53 | 45.18 | - |
| YUV | 162.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 175 | 0 | 0.21 | 0.06 | 0.27 | 318 | 0.23 | 0.65 |
| Hex | BB | 93 | AF | 0 | 15 | 6 | 1B | 13E | 17 | 41 |
| Octal | 273 | 223 | 257 | 0 | 25 | 6 | 33 | 476 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10101111 | 0 | 10101 | 110 | 11011 | 100111110 | 10111 | 1000001 |
Color Harmonies of #BB93AF
Complementary color
Monochromatic Colors of #BB93AF
Black with #BB93AF
Text Example
Text Example
White with #BB93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93AF; }
p { color: rgb(187,147,175); }
H1.HeaderClassName
{
color: #BB93AF;
}
.AnyTagClassName
{
color: #BB93AF;
}
</style>
background-color css
<style>
a { background-color: #BB93AF; }
a { background-color: rgb(187,147,175); }
div.DivClassName
{
background-color: #BB93AF;
}
.BgClassName
{
background-color: #BB93AF;
}
</style>
border-color css
<style>
span { border-color: #BB93AF; }
span { border-color: rgb(187,147,175); }
td.TdClassName
{
border-color: #BB93AF;
}
.TagClassName
{
border-color: #BB93AF;
}
</style>