Shades of Lily #BDAEB4
Tints of Lily #BDAEB4
RGB
CMYK
RGB Variations
Color information
#BDAEB4 (or 0xBDAEB4) is known color: Lily. HEX triplet: BD, AE and B4. RGB value is (189,174,180). Sum of RGB (Red+Green+Blue) = 189+174+180=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB4 is #42514B. Grayscale: #B3B3B3. Windows color (decimal): -4346188 or 11841213. OLE color: 11841213.
HSL color Cylindrical-coordinate representation of color #BDAEB4: hue angle of 336º 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 #BDAEB4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 174 | 180 | - |
CMYK | 0 | 0.08 | 0.05 | 0.26 |
HSL | 336º | 0.1% | 0.71% | - |
HSV(B) | 336º | 0.08% | 0.74% | - |
XYZ | 44.36 | 44.39 | 49.41 | - |
YUV | 179.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 180 | 0 | 0.08 | 0.05 | 0.26 | 336 | 0.1 | 0.71 |
Hex | BD | AE | B4 | 0 | 8 | 5 | 1A | 150 | A | 47 |
Octal | 275 | 256 | 264 | 0 | 10 | 5 | 32 | 520 | 12 | 107 |
Binary | 10111101 | 10101110 | 10110100 | 0 | 1000 | 101 | 11010 | 101010000 | 1010 | 1000111 |
Color Harmonies of #BDAEB4
Complementary color
Monochromatic Colors of #BDAEB4
Black with #BDAEB4
Text Example
Text Example
White with #BDAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEB4; }
p { color: rgb(189,174,180); }
H1.HeaderClassName
{
color: #BDAEB4;
}
.AnyTagClassName
{
color: #BDAEB4;
}
</style>
background-color css
<style>
a { background-color: #BDAEB4; }
a { background-color: rgb(189,174,180); }
div.DivClassName
{
background-color: #BDAEB4;
}
.BgClassName
{
background-color: #BDAEB4;
}
</style>
border-color css
<style>
span { border-color: #BDAEB4; }
span { border-color: rgb(189,174,180); }
td.TdClassName
{
border-color: #BDAEB4;
}
.TagClassName
{
border-color: #BDAEB4;
}
</style>