Shades of Lily #BEA7B5
Tints of Lily #BEA7B5
RGB
CMYK
RGB Variations
Color information
#BEA7B5 (or 0xBEA7B5) is known color: Lily. HEX triplet: BE, A7 and B5. RGB value is (190,167,181). Sum of RGB (Red+Green+Blue) = 190+167+181=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7B5 is #41584A. Grayscale: #AFAFAF. Windows color (decimal): -4282443 or 11904958. OLE color: 11904958.
HSL color Cylindrical-coordinate representation of color #BEA7B5: hue angle of 323.48º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA7B5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 167 | 181 | - |
CMYK | 0 | 0.12 | 0.05 | 0.25 |
HSL | 323.48º | 0.15% | 0.7% | - |
HSV(B) | 323.48º | 0.12% | 0.75% | - |
XYZ | 43.39 | 41.92 | 49.52 | - |
YUV | 175.47 | 131.12 | 138.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 167 | 181 | 0 | 0.12 | 0.05 | 0.25 | 323.48 | 0.15 | 0.7 |
Hex | BE | A7 | B5 | 0 | C | 5 | 19 | 143 | F | 46 |
Octal | 276 | 247 | 265 | 0 | 14 | 5 | 31 | 503 | 17 | 106 |
Binary | 10111110 | 10100111 | 10110101 | 0 | 1100 | 101 | 11001 | 101000011 | 1111 | 1000110 |
Color Harmonies of #BEA7B5
Complementary color
Monochromatic Colors of #BEA7B5
Black with #BEA7B5
Text Example
Text Example
White with #BEA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7B5; }
p { color: rgb(190,167,181); }
H1.HeaderClassName
{
color: #BEA7B5;
}
.AnyTagClassName
{
color: #BEA7B5;
}
</style>
background-color css
<style>
a { background-color: #BEA7B5; }
a { background-color: rgb(190,167,181); }
div.DivClassName
{
background-color: #BEA7B5;
}
.BgClassName
{
background-color: #BEA7B5;
}
</style>
border-color css
<style>
span { border-color: #BEA7B5; }
span { border-color: rgb(190,167,181); }
td.TdClassName
{
border-color: #BEA7B5;
}
.TagClassName
{
border-color: #BEA7B5;
}
</style>