Shades of Lily #B8A0B2
Tints of Lily #B8A0B2
RGB
CMYK
RGB Variations
Color information
#B8A0B2 (or 0xB8A0B2) is known color: Lily. HEX triplet: B8, A0 and B2. RGB value is (184,160,178). Sum of RGB (Red+Green+Blue) = 184+160+178=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A0B2 is #475F4D. Grayscale: #A9A9A9. Windows color (decimal): -4677454 or 11706552. OLE color: 11706552.
HSL color Cylindrical-coordinate representation of color #B8A0B2: hue angle of 315º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A0B2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 178 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.28 |
| HSL | 315º | 0.14% | 0.67% | - |
| HSV(B) | 315º | 0.13% | 0.72% | - |
| XYZ | 40.37 | 38.55 | 47.43 | - |
| YUV | 169.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 178 | 0 | 0.13 | 0.03 | 0.28 | 315 | 0.14 | 0.67 |
| Hex | B8 | A0 | B2 | 0 | D | 3 | 1C | 13B | E | 43 |
| Octal | 270 | 240 | 262 | 0 | 15 | 3 | 34 | 473 | 16 | 103 |
| Binary | 10111000 | 10100000 | 10110010 | 0 | 1101 | 11 | 11100 | 100111011 | 1110 | 1000011 |
Color Harmonies of #B8A0B2
Complementary color
Monochromatic Colors of #B8A0B2
Black with #B8A0B2
Text Example
Text Example
White with #B8A0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0B2; }
p { color: rgb(184,160,178); }
H1.HeaderClassName
{
color: #B8A0B2;
}
.AnyTagClassName
{
color: #B8A0B2;
}
</style>
background-color css
<style>
a { background-color: #B8A0B2; }
a { background-color: rgb(184,160,178); }
div.DivClassName
{
background-color: #B8A0B2;
}
.BgClassName
{
background-color: #B8A0B2;
}
</style>
border-color css
<style>
span { border-color: #B8A0B2; }
span { border-color: rgb(184,160,178); }
td.TdClassName
{
border-color: #B8A0B2;
}
.TagClassName
{
border-color: #B8A0B2;
}
</style>