Shades of Lily #B88FA5
Tints of Lily #B88FA5
RGB
CMYK
RGB Variations
Color information
#B88FA5 (or 0xB88FA5) is known color: Lily. HEX triplet: B8, 8F and A5. RGB value is (184,143,165). Sum of RGB (Red+Green+Blue) = 184+143+165=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88FA5 is #47705A. Grayscale: #9D9D9D. Windows color (decimal): -4681819 or 10850232. OLE color: 10850232.
HSL color Cylindrical-coordinate representation of color #B88FA5: hue angle of 327.8º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88FA5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 165 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.28 |
| HSL | 327.8º | 0.22% | 0.64% | - |
| HSV(B) | 327.8º | 0.22% | 0.72% | - |
| XYZ | 36.38 | 32.55 | 39.96 | - |
| YUV | 157.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 165 | 0 | 0.22 | 0.10 | 0.28 | 327.8 | 0.22 | 0.64 |
| Hex | B8 | 8F | A5 | 0 | 16 | A | 1C | 148 | 16 | 40 |
| Octal | 270 | 217 | 245 | 0 | 26 | 12 | 34 | 510 | 26 | 100 |
| Binary | 10111000 | 10001111 | 10100101 | 0 | 10110 | 1010 | 11100 | 101001000 | 10110 | 1000000 |
Color Harmonies of #B88FA5
Complementary color
Monochromatic Colors of #B88FA5
Black with #B88FA5
Text Example
Text Example
White with #B88FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FA5; }
p { color: rgb(184,143,165); }
H1.HeaderClassName
{
color: #B88FA5;
}
.AnyTagClassName
{
color: #B88FA5;
}
</style>
background-color css
<style>
a { background-color: #B88FA5; }
a { background-color: rgb(184,143,165); }
div.DivClassName
{
background-color: #B88FA5;
}
.BgClassName
{
background-color: #B88FA5;
}
</style>
border-color css
<style>
span { border-color: #B88FA5; }
span { border-color: rgb(184,143,165); }
td.TdClassName
{
border-color: #B88FA5;
}
.TagClassName
{
border-color: #B88FA5;
}
</style>