Shades of Lily #B88CA8
Tints of Lily #B88CA8
RGB
CMYK
RGB Variations
Color information
#B88CA8 (or 0xB88CA8) is known color: Lily. HEX triplet: B8, 8C and A8. RGB value is (184,140,168). Sum of RGB (Red+Green+Blue) = 184+140+168=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B88CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88CA8 is #477357. Grayscale: #9C9C9C. Windows color (decimal): -4682584 or 11046072. OLE color: 11046072.
HSL color Cylindrical-coordinate representation of color #B88CA8: hue angle of 321.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88CA8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 168 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.28 |
| HSL | 321.82º | 0.24% | 0.64% | - |
| HSV(B) | 321.82º | 0.24% | 0.72% | - |
| XYZ | 36.21 | 31.77 | 41.27 | - |
| YUV | 156.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 168 | 0 | 0.24 | 0.09 | 0.28 | 321.82 | 0.24 | 0.64 |
| Hex | B8 | 8C | A8 | 0 | 18 | 9 | 1C | 142 | 18 | 40 |
| Octal | 270 | 214 | 250 | 0 | 30 | 11 | 34 | 502 | 30 | 100 |
| Binary | 10111000 | 10001100 | 10101000 | 0 | 11000 | 1001 | 11100 | 101000010 | 11000 | 1000000 |
Color Harmonies of #B88CA8
Complementary color
Monochromatic Colors of #B88CA8
Black with #B88CA8
Text Example
Text Example
White with #B88CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CA8; }
p { color: rgb(184,140,168); }
H1.HeaderClassName
{
color: #B88CA8;
}
.AnyTagClassName
{
color: #B88CA8;
}
</style>
background-color css
<style>
a { background-color: #B88CA8; }
a { background-color: rgb(184,140,168); }
div.DivClassName
{
background-color: #B88CA8;
}
.BgClassName
{
background-color: #B88CA8;
}
</style>
border-color css
<style>
span { border-color: #B88CA8; }
span { border-color: rgb(184,140,168); }
td.TdClassName
{
border-color: #B88CA8;
}
.TagClassName
{
border-color: #B88CA8;
}
</style>