Shades of Lily #BEADB5
Tints of Lily #BEADB5
RGB
CMYK
RGB Variations
Color information
#BEADB5 (or 0xBEADB5) is known color: Lily. HEX triplet: BE, AD and B5. RGB value is (190,173,181). Sum of RGB (Red+Green+Blue) = 190+173+181=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADB5 is #41524A. Grayscale: #B2B2B2. Windows color (decimal): -4280907 or 11906494. OLE color: 11906494.
HSL color Cylindrical-coordinate representation of color #BEADB5: hue angle of 331.76º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEADB5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 173 | 181 | - |
CMYK | 0 | 0.09 | 0.05 | 0.25 |
HSL | 331.76º | 0.12% | 0.71% | - |
HSV(B) | 331.76º | 0.09% | 0.75% | - |
XYZ | 44.52 | 44.17 | 49.9 | - |
YUV | 179 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 173 | 181 | 0 | 0.09 | 0.05 | 0.25 | 331.76 | 0.12 | 0.71 |
Hex | BE | AD | B5 | 0 | 9 | 5 | 19 | 14C | C | 47 |
Octal | 276 | 255 | 265 | 0 | 11 | 5 | 31 | 514 | 14 | 107 |
Binary | 10111110 | 10101101 | 10110101 | 0 | 1001 | 101 | 11001 | 101001100 | 1100 | 1000111 |
Color Harmonies of #BEADB5
Complementary color
Monochromatic Colors of #BEADB5
Black with #BEADB5
Text Example
Text Example
White with #BEADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADB5; }
p { color: rgb(190,173,181); }
H1.HeaderClassName
{
color: #BEADB5;
}
.AnyTagClassName
{
color: #BEADB5;
}
</style>
background-color css
<style>
a { background-color: #BEADB5; }
a { background-color: rgb(190,173,181); }
div.DivClassName
{
background-color: #BEADB5;
}
.BgClassName
{
background-color: #BEADB5;
}
</style>
border-color css
<style>
span { border-color: #BEADB5; }
span { border-color: rgb(190,173,181); }
td.TdClassName
{
border-color: #BEADB5;
}
.TagClassName
{
border-color: #BEADB5;
}
</style>