Shades of Lily #BDAEB5
Tints of Lily #BDAEB5
RGB
CMYK
RGB Variations
Color information
#BDAEB5 (or 0xBDAEB5) is known color: Lily. HEX triplet: BD, AE and B5. RGB value is (189,174,181). Sum of RGB (Red+Green+Blue) = 189+174+181=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB5 is #42514A. Grayscale: #B3B3B3. Windows color (decimal): -4346187 or 11906749. OLE color: 11906749.
HSL color Cylindrical-coordinate representation of color #BDAEB5: hue angle of 332º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDAEB5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 174 | 181 | - |
CMYK | 0 | 0.08 | 0.04 | 0.26 |
HSL | 332º | 0.1% | 0.71% | - |
HSV(B) | 332º | 0.08% | 0.74% | - |
XYZ | 44.46 | 44.43 | 49.95 | - |
YUV | 179.28 | 128.97 | 134.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 181 | 0 | 0.08 | 0.04 | 0.26 | 332 | 0.1 | 0.71 |
Hex | BD | AE | B5 | 0 | 8 | 4 | 1A | 14C | A | 47 |
Octal | 275 | 256 | 265 | 0 | 10 | 4 | 32 | 514 | 12 | 107 |
Binary | 10111101 | 10101110 | 10110101 | 0 | 1000 | 100 | 11010 | 101001100 | 1010 | 1000111 |
Color Harmonies of #BDAEB5
Complementary color
Monochromatic Colors of #BDAEB5
Black with #BDAEB5
Text Example
Text Example
White with #BDAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEB5; }
p { color: rgb(189,174,181); }
H1.HeaderClassName
{
color: #BDAEB5;
}
.AnyTagClassName
{
color: #BDAEB5;
}
</style>
background-color css
<style>
a { background-color: #BDAEB5; }
a { background-color: rgb(189,174,181); }
div.DivClassName
{
background-color: #BDAEB5;
}
.BgClassName
{
background-color: #BDAEB5;
}
</style>
border-color css
<style>
span { border-color: #BDAEB5; }
span { border-color: rgb(189,174,181); }
td.TdClassName
{
border-color: #BDAEB5;
}
.TagClassName
{
border-color: #BDAEB5;
}
</style>