Shades of Lily #B8A4B2
Tints of Lily #B8A4B2
RGB
CMYK
RGB Variations
Color information
#B8A4B2 (or 0xB8A4B2) is known color: Lily. HEX triplet: B8, A4 and B2. RGB value is (184,164,178). Sum of RGB (Red+Green+Blue) = 184+164+178=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A4B2 is #475B4D. Grayscale: #ABABAB. Windows color (decimal): -4676430 or 11707576. OLE color: 11707576.
HSL color Cylindrical-coordinate representation of color #B8A4B2: hue angle of 318º degrees, saturation: 0.12, 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 #B8A4B2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 178 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.28 |
| HSL | 318º | 0.12% | 0.68% | - |
| HSV(B) | 318º | 0.11% | 0.72% | - |
| XYZ | 41.08 | 39.96 | 47.67 | - |
| YUV | 171.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 178 | 0 | 0.11 | 0.03 | 0.28 | 318 | 0.12 | 0.68 |
| Hex | B8 | A4 | B2 | 0 | B | 3 | 1C | 13E | C | 44 |
| Octal | 270 | 244 | 262 | 0 | 13 | 3 | 34 | 476 | 14 | 104 |
| Binary | 10111000 | 10100100 | 10110010 | 0 | 1011 | 11 | 11100 | 100111110 | 1100 | 1000100 |
Color Harmonies of #B8A4B2
Complementary color
Monochromatic Colors of #B8A4B2
Black with #B8A4B2
Text Example
Text Example
White with #B8A4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A4B2; }
p { color: rgb(184,164,178); }
H1.HeaderClassName
{
color: #B8A4B2;
}
.AnyTagClassName
{
color: #B8A4B2;
}
</style>
background-color css
<style>
a { background-color: #B8A4B2; }
a { background-color: rgb(184,164,178); }
div.DivClassName
{
background-color: #B8A4B2;
}
.BgClassName
{
background-color: #B8A4B2;
}
</style>
border-color css
<style>
span { border-color: #B8A4B2; }
span { border-color: rgb(184,164,178); }
td.TdClassName
{
border-color: #B8A4B2;
}
.TagClassName
{
border-color: #B8A4B2;
}
</style>