Shades of Lily #BEADB2
Tints of Lily #BEADB2
RGB
CMYK
RGB Variations
Color information
#BEADB2 (or 0xBEADB2) is known color: Lily. HEX triplet: BE, AD and B2. RGB value is (190,173,178). Sum of RGB (Red+Green+Blue) = 190+173+178=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADB2 is #41524D. Grayscale: #B2B2B2. Windows color (decimal): -4280910 or 11709886. OLE color: 11709886.
HSL color Cylindrical-coordinate representation of color #BEADB2: hue angle of 342.35º 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 #BEADB2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 178 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.25 |
| HSL | 342.35º | 0.12% | 0.71% | - |
| HSV(B) | 342.35º | 0.09% | 0.75% | - |
| XYZ | 44.21 | 44.05 | 48.29 | - |
| YUV | 178.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 178 | 0 | 0.09 | 0.06 | 0.25 | 342.35 | 0.12 | 0.71 |
| Hex | BE | AD | B2 | 0 | 9 | 6 | 19 | 156 | C | 47 |
| Octal | 276 | 255 | 262 | 0 | 11 | 6 | 31 | 526 | 14 | 107 |
| Binary | 10111110 | 10101101 | 10110010 | 0 | 1001 | 110 | 11001 | 101010110 | 1100 | 1000111 |
Color Harmonies of #BEADB2
Complementary color
Monochromatic Colors of #BEADB2
Black with #BEADB2
Text Example
Text Example
White with #BEADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADB2; }
p { color: rgb(190,173,178); }
H1.HeaderClassName
{
color: #BEADB2;
}
.AnyTagClassName
{
color: #BEADB2;
}
</style>
background-color css
<style>
a { background-color: #BEADB2; }
a { background-color: rgb(190,173,178); }
div.DivClassName
{
background-color: #BEADB2;
}
.BgClassName
{
background-color: #BEADB2;
}
</style>
border-color css
<style>
span { border-color: #BEADB2; }
span { border-color: rgb(190,173,178); }
td.TdClassName
{
border-color: #BEADB2;
}
.TagClassName
{
border-color: #BEADB2;
}
</style>