Shades of Lily #BEACB7
Tints of Lily #BEACB7
RGB
CMYK
RGB Variations
Color information
#BEACB7 (or 0xBEACB7) is known color: Lily. HEX triplet: BE, AC and B7. RGB value is (190,172,183). Sum of RGB (Red+Green+Blue) = 190+172+183=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACB7 is #415348. Grayscale: #B2B2B2. Windows color (decimal): -4281161 or 12037310. OLE color: 12037310.
HSL color Cylindrical-coordinate representation of color #BEACB7: hue angle of 323.33º 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 #BEACB7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 183 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.25 |
| HSL | 323.33º | 0.12% | 0.71% | - |
| HSV(B) | 323.33º | 0.09% | 0.75% | - |
| XYZ | 44.53 | 43.87 | 50.92 | - |
| YUV | 178.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 183 | 0 | 0.09 | 0.04 | 0.25 | 323.33 | 0.12 | 0.71 |
| Hex | BE | AC | B7 | 0 | 9 | 4 | 19 | 143 | C | 47 |
| Octal | 276 | 254 | 267 | 0 | 11 | 4 | 31 | 503 | 14 | 107 |
| Binary | 10111110 | 10101100 | 10110111 | 0 | 1001 | 100 | 11001 | 101000011 | 1100 | 1000111 |
Color Harmonies of #BEACB7
Complementary color
Monochromatic Colors of #BEACB7
Black with #BEACB7
Text Example
Text Example
White with #BEACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACB7; }
p { color: rgb(190,172,183); }
H1.HeaderClassName
{
color: #BEACB7;
}
.AnyTagClassName
{
color: #BEACB7;
}
</style>
background-color css
<style>
a { background-color: #BEACB7; }
a { background-color: rgb(190,172,183); }
div.DivClassName
{
background-color: #BEACB7;
}
.BgClassName
{
background-color: #BEACB7;
}
</style>
border-color css
<style>
span { border-color: #BEACB7; }
span { border-color: rgb(190,172,183); }
td.TdClassName
{
border-color: #BEACB7;
}
.TagClassName
{
border-color: #BEACB7;
}
</style>