Shades of Lily #BEAEB5
Tints of Lily #BEAEB5
RGB
CMYK
RGB Variations
Color information
#BEAEB5 (or 0xBEAEB5) is known color: Lily. HEX triplet: BE, AE and B5. RGB value is (190,174,181). Sum of RGB (Red+Green+Blue) = 190+174+181=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEB5 is #41514A. Grayscale: #B3B3B3. Windows color (decimal): -4280651 or 11906750. OLE color: 11906750.
HSL color Cylindrical-coordinate representation of color #BEAEB5: hue angle of 333.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEAEB5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 174 | 181 | - |
CMYK | 0 | 0.08 | 0.05 | 0.25 |
HSL | 333.75º | 0.11% | 0.71% | - |
HSV(B) | 333.75º | 0.08% | 0.75% | - |
XYZ | 44.71 | 44.56 | 49.96 | - |
YUV | 179.58 | 128.8 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 174 | 181 | 0 | 0.08 | 0.05 | 0.25 | 333.75 | 0.11 | 0.71 |
Hex | BE | AE | B5 | 0 | 8 | 5 | 19 | 14E | B | 47 |
Octal | 276 | 256 | 265 | 0 | 10 | 5 | 31 | 516 | 13 | 107 |
Binary | 10111110 | 10101110 | 10110101 | 0 | 1000 | 101 | 11001 | 101001110 | 1011 | 1000111 |
Color Harmonies of #BEAEB5
Complementary color
Monochromatic Colors of #BEAEB5
Black with #BEAEB5
Text Example
Text Example
White with #BEAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEB5; }
p { color: rgb(190,174,181); }
H1.HeaderClassName
{
color: #BEAEB5;
}
.AnyTagClassName
{
color: #BEAEB5;
}
</style>
background-color css
<style>
a { background-color: #BEAEB5; }
a { background-color: rgb(190,174,181); }
div.DivClassName
{
background-color: #BEAEB5;
}
.BgClassName
{
background-color: #BEAEB5;
}
</style>
border-color css
<style>
span { border-color: #BEAEB5; }
span { border-color: rgb(190,174,181); }
td.TdClassName
{
border-color: #BEAEB5;
}
.TagClassName
{
border-color: #BEAEB5;
}
</style>