Shades of Lily #BEA6B5
Tints of Lily #BEA6B5
RGB
CMYK
RGB Variations
Color information
#BEA6B5 (or 0xBEA6B5) is known color: Lily. HEX triplet: BE, A6 and B5. RGB value is (190,166,181). Sum of RGB (Red+Green+Blue) = 190+166+181=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6B5 is #41594A. Grayscale: #AEAEAE. Windows color (decimal): -4282699 or 11904702. OLE color: 11904702.
HSL color Cylindrical-coordinate representation of color #BEA6B5: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA6B5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 166 | 181 | - |
CMYK | 0 | 0.13 | 0.05 | 0.25 |
HSL | 322.5º | 0.16% | 0.7% | - |
HSV(B) | 322.5º | 0.13% | 0.75% | - |
XYZ | 43.21 | 41.56 | 49.46 | - |
YUV | 174.89 | 131.45 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 166 | 181 | 0 | 0.13 | 0.05 | 0.25 | 322.5 | 0.16 | 0.7 |
Hex | BE | A6 | B5 | 0 | D | 5 | 19 | 142 | 10 | 46 |
Octal | 276 | 246 | 265 | 0 | 15 | 5 | 31 | 502 | 20 | 106 |
Binary | 10111110 | 10100110 | 10110101 | 0 | 1101 | 101 | 11001 | 101000010 | 10000 | 1000110 |
Color Harmonies of #BEA6B5
Complementary color
Monochromatic Colors of #BEA6B5
Black with #BEA6B5
Text Example
Text Example
White with #BEA6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6B5; }
p { color: rgb(190,166,181); }
H1.HeaderClassName
{
color: #BEA6B5;
}
.AnyTagClassName
{
color: #BEA6B5;
}
</style>
background-color css
<style>
a { background-color: #BEA6B5; }
a { background-color: rgb(190,166,181); }
div.DivClassName
{
background-color: #BEA6B5;
}
.BgClassName
{
background-color: #BEA6B5;
}
</style>
border-color css
<style>
span { border-color: #BEA6B5; }
span { border-color: rgb(190,166,181); }
td.TdClassName
{
border-color: #BEA6B5;
}
.TagClassName
{
border-color: #BEA6B5;
}
</style>