Shades of Lily #BB93AC
Tints of Lily #BB93AC
RGB
CMYK
RGB Variations
Color information
#BB93AC (or 0xBB93AC) is known color: Lily. HEX triplet: BB, 93 and AC. RGB value is (187,147,172). Sum of RGB (Red+Green+Blue) = 187+147+172=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB93AC is #446C53. Grayscale: #A1A1A1. Windows color (decimal): -4484180 or 11310011. OLE color: 11310011.
HSL color Cylindrical-coordinate representation of color #BB93AC: hue angle of 322.5º 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 #BB93AC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 172 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.27 |
| HSL | 322.5º | 0.23% | 0.65% | - |
| HSV(B) | 322.5º | 0.21% | 0.73% | - |
| XYZ | 38.37 | 34.41 | 43.65 | - |
| YUV | 161.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 172 | 0 | 0.21 | 0.08 | 0.27 | 322.5 | 0.23 | 0.65 |
| Hex | BB | 93 | AC | 0 | 15 | 8 | 1B | 142 | 17 | 41 |
| Octal | 273 | 223 | 254 | 0 | 25 | 10 | 33 | 502 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10101100 | 0 | 10101 | 1000 | 11011 | 101000010 | 10111 | 1000001 |
Color Harmonies of #BB93AC
Complementary color
Monochromatic Colors of #BB93AC
Black with #BB93AC
Text Example
Text Example
White with #BB93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93AC; }
p { color: rgb(187,147,172); }
H1.HeaderClassName
{
color: #BB93AC;
}
.AnyTagClassName
{
color: #BB93AC;
}
</style>
background-color css
<style>
a { background-color: #BB93AC; }
a { background-color: rgb(187,147,172); }
div.DivClassName
{
background-color: #BB93AC;
}
.BgClassName
{
background-color: #BB93AC;
}
</style>
border-color css
<style>
span { border-color: #BB93AC; }
span { border-color: rgb(187,147,172); }
td.TdClassName
{
border-color: #BB93AC;
}
.TagClassName
{
border-color: #BB93AC;
}
</style>