Shades of Lily #B88FA8
Tints of Lily #B88FA8
RGB
CMYK
RGB Variations
Color information
#B88FA8 (or 0xB88FA8) is known color: Lily. HEX triplet: B8, 8F and A8. RGB value is (184,143,168). Sum of RGB (Red+Green+Blue) = 184+143+168=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88FA8 is #477057. Grayscale: #9E9E9E. Windows color (decimal): -4681816 or 11046840. OLE color: 11046840.
HSL color Cylindrical-coordinate representation of color #B88FA8: hue angle of 323.41º 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 #B88FA8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 168 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.28 |
| HSL | 323.41º | 0.22% | 0.64% | - |
| HSV(B) | 323.41º | 0.22% | 0.72% | - |
| XYZ | 36.66 | 32.66 | 41.42 | - |
| YUV | 158.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 168 | 0 | 0.22 | 0.09 | 0.28 | 323.41 | 0.22 | 0.64 |
| Hex | B8 | 8F | A8 | 0 | 16 | 9 | 1C | 143 | 16 | 40 |
| Octal | 270 | 217 | 250 | 0 | 26 | 11 | 34 | 503 | 26 | 100 |
| Binary | 10111000 | 10001111 | 10101000 | 0 | 10110 | 1001 | 11100 | 101000011 | 10110 | 1000000 |
Color Harmonies of #B88FA8
Complementary color
Monochromatic Colors of #B88FA8
Black with #B88FA8
Text Example
Text Example
White with #B88FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FA8; }
p { color: rgb(184,143,168); }
H1.HeaderClassName
{
color: #B88FA8;
}
.AnyTagClassName
{
color: #B88FA8;
}
</style>
background-color css
<style>
a { background-color: #B88FA8; }
a { background-color: rgb(184,143,168); }
div.DivClassName
{
background-color: #B88FA8;
}
.BgClassName
{
background-color: #B88FA8;
}
</style>
border-color css
<style>
span { border-color: #B88FA8; }
span { border-color: rgb(184,143,168); }
td.TdClassName
{
border-color: #B88FA8;
}
.TagClassName
{
border-color: #B88FA8;
}
</style>