Shades of Lily #BEACB5
Tints of Lily #BEACB5
RGB
CMYK
RGB Variations
Color information
#BEACB5 (or 0xBEACB5) is known color: Lily. HEX triplet: BE, AC and B5. RGB value is (190,172,181). Sum of RGB (Red+Green+Blue) = 190+172+181=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACB5 is #41534A. Grayscale: #B2B2B2. Windows color (decimal): -4281163 or 11906238. OLE color: 11906238.
HSL color Cylindrical-coordinate representation of color #BEACB5: hue angle of 330º 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 #BEACB5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 172 | 181 | - |
CMYK | 0 | 0.09 | 0.05 | 0.25 |
HSL | 330º | 0.12% | 0.71% | - |
HSV(B) | 330º | 0.09% | 0.75% | - |
XYZ | 44.33 | 43.79 | 49.83 | - |
YUV | 178.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 172 | 181 | 0 | 0.09 | 0.05 | 0.25 | 330 | 0.12 | 0.71 |
Hex | BE | AC | B5 | 0 | 9 | 5 | 19 | 14A | C | 47 |
Octal | 276 | 254 | 265 | 0 | 11 | 5 | 31 | 512 | 14 | 107 |
Binary | 10111110 | 10101100 | 10110101 | 0 | 1001 | 101 | 11001 | 101001010 | 1100 | 1000111 |
Color Harmonies of #BEACB5
Complementary color
Monochromatic Colors of #BEACB5
Black with #BEACB5
Text Example
Text Example
White with #BEACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACB5; }
p { color: rgb(190,172,181); }
H1.HeaderClassName
{
color: #BEACB5;
}
.AnyTagClassName
{
color: #BEACB5;
}
</style>
background-color css
<style>
a { background-color: #BEACB5; }
a { background-color: rgb(190,172,181); }
div.DivClassName
{
background-color: #BEACB5;
}
.BgClassName
{
background-color: #BEACB5;
}
</style>
border-color css
<style>
span { border-color: #BEACB5; }
span { border-color: rgb(190,172,181); }
td.TdClassName
{
border-color: #BEACB5;
}
.TagClassName
{
border-color: #BEACB5;
}
</style>