Shades of Lily #B89EB2
Tints of Lily #B89EB2
RGB
CMYK
RGB Variations
Color information
#B89EB2 (or 0xB89EB2) is known color: Lily. HEX triplet: B8, 9E and B2. RGB value is (184,158,178). Sum of RGB (Red+Green+Blue) = 184+158+178=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B89EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89EB2 is #47614D. Grayscale: #A8A8A8. Windows color (decimal): -4677966 or 11706040. OLE color: 11706040.
HSL color Cylindrical-coordinate representation of color #B89EB2: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89EB2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 178 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.28 |
| HSL | 313.85º | 0.15% | 0.67% | - |
| HSV(B) | 313.85º | 0.14% | 0.72% | - |
| XYZ | 40.03 | 37.86 | 47.32 | - |
| YUV | 168.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 178 | 0 | 0.14 | 0.03 | 0.28 | 313.85 | 0.15 | 0.67 |
| Hex | B8 | 9E | B2 | 0 | E | 3 | 1C | 13A | F | 43 |
| Octal | 270 | 236 | 262 | 0 | 16 | 3 | 34 | 472 | 17 | 103 |
| Binary | 10111000 | 10011110 | 10110010 | 0 | 1110 | 11 | 11100 | 100111010 | 1111 | 1000011 |
Color Harmonies of #B89EB2
Complementary color
Monochromatic Colors of #B89EB2
Black with #B89EB2
Text Example
Text Example
White with #B89EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EB2; }
p { color: rgb(184,158,178); }
H1.HeaderClassName
{
color: #B89EB2;
}
.AnyTagClassName
{
color: #B89EB2;
}
</style>
background-color css
<style>
a { background-color: #B89EB2; }
a { background-color: rgb(184,158,178); }
div.DivClassName
{
background-color: #B89EB2;
}
.BgClassName
{
background-color: #B89EB2;
}
</style>
border-color css
<style>
span { border-color: #B89EB2; }
span { border-color: rgb(184,158,178); }
td.TdClassName
{
border-color: #B89EB2;
}
.TagClassName
{
border-color: #B89EB2;
}
</style>