Shades of Lily #BEA6B7
Tints of Lily #BEA6B7
RGB
CMYK
RGB Variations
Color information
#BEA6B7 (or 0xBEA6B7) is known color: Lily. HEX triplet: BE, A6 and B7. RGB value is (190,166,183). Sum of RGB (Red+Green+Blue) = 190+166+183=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6B7 is #415948. Grayscale: #AFAFAF. Windows color (decimal): -4282697 or 12035774. OLE color: 12035774.
HSL color Cylindrical-coordinate representation of color #BEA6B7: hue angle of 317.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 #BEA6B7 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 166 | 183 | - |
CMYK | 0 | 0.13 | 0.04 | 0.25 |
HSL | 317.5º | 0.16% | 0.7% | - |
HSV(B) | 317.5º | 0.13% | 0.75% | - |
XYZ | 43.42 | 41.64 | 50.55 | - |
YUV | 175.11 | 132.45 | 138.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 166 | 183 | 0 | 0.13 | 0.04 | 0.25 | 317.5 | 0.16 | 0.7 |
Hex | BE | A6 | B7 | 0 | D | 4 | 19 | 13E | 10 | 46 |
Octal | 276 | 246 | 267 | 0 | 15 | 4 | 31 | 476 | 20 | 106 |
Binary | 10111110 | 10100110 | 10110111 | 0 | 1101 | 100 | 11001 | 100111110 | 10000 | 1000110 |
Color Harmonies of #BEA6B7
Complementary color
Monochromatic Colors of #BEA6B7
Black with #BEA6B7
Text Example
Text Example
White with #BEA6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6B7; }
p { color: rgb(190,166,183); }
H1.HeaderClassName
{
color: #BEA6B7;
}
.AnyTagClassName
{
color: #BEA6B7;
}
</style>
background-color css
<style>
a { background-color: #BEA6B7; }
a { background-color: rgb(190,166,183); }
div.DivClassName
{
background-color: #BEA6B7;
}
.BgClassName
{
background-color: #BEA6B7;
}
</style>
border-color css
<style>
span { border-color: #BEA6B7; }
span { border-color: rgb(190,166,183); }
td.TdClassName
{
border-color: #BEA6B7;
}
.TagClassName
{
border-color: #BEA6B7;
}
</style>