Shades of Lily #BEA8B7
Tints of Lily #BEA8B7
RGB
CMYK
RGB Variations
Color information
#BEA8B7 (or 0xBEA8B7) is known color: Lily. HEX triplet: BE, A8 and B7. RGB value is (190,168,183). Sum of RGB (Red+Green+Blue) = 190+168+183=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8B7 is #415748. Grayscale: #B0B0B0. Windows color (decimal): -4282185 or 12036286. OLE color: 12036286.
HSL color Cylindrical-coordinate representation of color #BEA8B7: hue angle of 319.09º degrees, saturation: 0.14, 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 #BEA8B7 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 168 | 183 | - |
CMYK | 0 | 0.12 | 0.04 | 0.25 |
HSL | 319.09º | 0.14% | 0.7% | - |
HSV(B) | 319.09º | 0.12% | 0.75% | - |
XYZ | 43.79 | 42.37 | 50.67 | - |
YUV | 176.29 | 131.79 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 183 | 0 | 0.12 | 0.04 | 0.25 | 319.09 | 0.14 | 0.7 |
Hex | BE | A8 | B7 | 0 | C | 4 | 19 | 13F | E | 46 |
Octal | 276 | 250 | 267 | 0 | 14 | 4 | 31 | 477 | 16 | 106 |
Binary | 10111110 | 10101000 | 10110111 | 0 | 1100 | 100 | 11001 | 100111111 | 1110 | 1000110 |
Color Harmonies of #BEA8B7
Complementary color
Monochromatic Colors of #BEA8B7
Black with #BEA8B7
Text Example
Text Example
White with #BEA8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8B7; }
p { color: rgb(190,168,183); }
H1.HeaderClassName
{
color: #BEA8B7;
}
.AnyTagClassName
{
color: #BEA8B7;
}
</style>
background-color css
<style>
a { background-color: #BEA8B7; }
a { background-color: rgb(190,168,183); }
div.DivClassName
{
background-color: #BEA8B7;
}
.BgClassName
{
background-color: #BEA8B7;
}
</style>
border-color css
<style>
span { border-color: #BEA8B7; }
span { border-color: rgb(190,168,183); }
td.TdClassName
{
border-color: #BEA8B7;
}
.TagClassName
{
border-color: #BEA8B7;
}
</style>