Shades of Lily #B8A3B2
Tints of Lily #B8A3B2
RGB
CMYK
RGB Variations
Color information
#B8A3B2 (or 0xB8A3B2) is known color: Lily. HEX triplet: B8, A3 and B2. RGB value is (184,163,178). Sum of RGB (Red+Green+Blue) = 184+163+178=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A3B2 is #475C4D. Grayscale: #AAAAAA. Windows color (decimal): -4676686 or 11707320. OLE color: 11707320.
HSL color Cylindrical-coordinate representation of color #B8A3B2: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8A3B2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 178 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.28 |
| HSL | 317.14º | 0.13% | 0.68% | - |
| HSV(B) | 317.14º | 0.11% | 0.72% | - |
| XYZ | 40.9 | 39.6 | 47.61 | - |
| YUV | 170.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 178 | 0 | 0.11 | 0.03 | 0.28 | 317.14 | 0.13 | 0.68 |
| Hex | B8 | A3 | B2 | 0 | B | 3 | 1C | 13D | D | 44 |
| Octal | 270 | 243 | 262 | 0 | 13 | 3 | 34 | 475 | 15 | 104 |
| Binary | 10111000 | 10100011 | 10110010 | 0 | 1011 | 11 | 11100 | 100111101 | 1101 | 1000100 |
Color Harmonies of #B8A3B2
Complementary color
Monochromatic Colors of #B8A3B2
Black with #B8A3B2
Text Example
Text Example
White with #B8A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A3B2; }
p { color: rgb(184,163,178); }
H1.HeaderClassName
{
color: #B8A3B2;
}
.AnyTagClassName
{
color: #B8A3B2;
}
</style>
background-color css
<style>
a { background-color: #B8A3B2; }
a { background-color: rgb(184,163,178); }
div.DivClassName
{
background-color: #B8A3B2;
}
.BgClassName
{
background-color: #B8A3B2;
}
</style>
border-color css
<style>
span { border-color: #B8A3B2; }
span { border-color: rgb(184,163,178); }
td.TdClassName
{
border-color: #B8A3B2;
}
.TagClassName
{
border-color: #B8A3B2;
}
</style>