Shades of Lily #BE89A8
Tints of Lily #BE89A8
RGB
CMYK
RGB Variations
Color information
#BE89A8 (or 0xBE89A8) is known color: Lily. HEX triplet: BE, 89 and A8. RGB value is (190,137,168). Sum of RGB (Red+Green+Blue) = 190+137+168=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89A8 is #417657. Grayscale: #9C9C9C. Windows color (decimal): -4290136 or 11045310. OLE color: 11045310.
HSL color Cylindrical-coordinate representation of color #BE89A8: hue angle of 324.91º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE89A8 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 137 | 168 | - |
CMYK | 0 | 0.28 | 0.12 | 0.25 |
HSL | 324.91º | 0.29% | 0.64% | - |
HSV(B) | 324.91º | 0.28% | 0.75% | - |
XYZ | 37.25 | 31.67 | 41.19 | - |
YUV | 156.38 | 134.56 | 151.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 137 | 168 | 0 | 0.28 | 0.12 | 0.25 | 324.91 | 0.29 | 0.64 |
Hex | BE | 89 | A8 | 0 | 1C | C | 19 | 145 | 1D | 40 |
Octal | 276 | 211 | 250 | 0 | 34 | 14 | 31 | 505 | 35 | 100 |
Binary | 10111110 | 10001001 | 10101000 | 0 | 11100 | 1100 | 11001 | 101000101 | 11101 | 1000000 |
Color Harmonies of #BE89A8
Complementary color
Monochromatic Colors of #BE89A8
Black with #BE89A8
Text Example
Text Example
White with #BE89A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89A8; }
p { color: rgb(190,137,168); }
H1.HeaderClassName
{
color: #BE89A8;
}
.AnyTagClassName
{
color: #BE89A8;
}
</style>
background-color css
<style>
a { background-color: #BE89A8; }
a { background-color: rgb(190,137,168); }
div.DivClassName
{
background-color: #BE89A8;
}
.BgClassName
{
background-color: #BE89A8;
}
</style>
border-color css
<style>
span { border-color: #BE89A8; }
span { border-color: rgb(190,137,168); }
td.TdClassName
{
border-color: #BE89A8;
}
.TagClassName
{
border-color: #BE89A8;
}
</style>