Shades of Lily #BDAEB3
Tints of Lily #BDAEB3
RGB
CMYK
RGB Variations
Color information
#BDAEB3 (or 0xBDAEB3) is known color: Lily. HEX triplet: BD, AE and B3. RGB value is (189,174,179). Sum of RGB (Red+Green+Blue) = 189+174+179=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB3 is #42514C. Grayscale: #B3B3B3. Windows color (decimal): -4346189 or 11775677. OLE color: 11775677.
HSL color Cylindrical-coordinate representation of color #BDAEB3: hue angle of 340º 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 #BDAEB3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 174 | 179 | - |
CMYK | 0 | 0.08 | 0.05 | 0.26 |
HSL | 340º | 0.1% | 0.71% | - |
HSV(B) | 340º | 0.08% | 0.74% | - |
XYZ | 44.26 | 44.35 | 48.87 | - |
YUV | 179.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 179 | 0 | 0.08 | 0.05 | 0.26 | 340 | 0.1 | 0.71 |
Hex | BD | AE | B3 | 0 | 8 | 5 | 1A | 154 | A | 47 |
Octal | 275 | 256 | 263 | 0 | 10 | 5 | 32 | 524 | 12 | 107 |
Binary | 10111101 | 10101110 | 10110011 | 0 | 1000 | 101 | 11010 | 101010100 | 1010 | 1000111 |
Color Harmonies of #BDAEB3
Complementary color
Monochromatic Colors of #BDAEB3
Black with #BDAEB3
Text Example
Text Example
White with #BDAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEB3; }
p { color: rgb(189,174,179); }
H1.HeaderClassName
{
color: #BDAEB3;
}
.AnyTagClassName
{
color: #BDAEB3;
}
</style>
background-color css
<style>
a { background-color: #BDAEB3; }
a { background-color: rgb(189,174,179); }
div.DivClassName
{
background-color: #BDAEB3;
}
.BgClassName
{
background-color: #BDAEB3;
}
</style>
border-color css
<style>
span { border-color: #BDAEB3; }
span { border-color: rgb(189,174,179); }
td.TdClassName
{
border-color: #BDAEB3;
}
.TagClassName
{
border-color: #BDAEB3;
}
</style>