Shades of Lily #BDAFB4
Tints of Lily #BDAFB4
RGB
CMYK
RGB Variations
Color information
#BDAFB4 (or 0xBDAFB4) is known color: Lily. HEX triplet: BD, AF and B4. RGB value is (189,175,180). Sum of RGB (Red+Green+Blue) = 189+175+180=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB4 is #42504B. Grayscale: #B3B3B3. Windows color (decimal): -4345932 or 11841469. OLE color: 11841469.
HSL color Cylindrical-coordinate representation of color #BDAFB4: hue angle of 338.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDAFB4 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 175 | 180 | - |
CMYK | 0 | 0.07 | 0.05 | 0.26 |
HSL | 338.57º | 0.1% | 0.71% | - |
HSV(B) | 338.57º | 0.07% | 0.74% | - |
XYZ | 44.55 | 44.77 | 49.47 | - |
YUV | 179.76 | 128.14 | 134.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 180 | 0 | 0.07 | 0.05 | 0.26 | 338.57 | 0.1 | 0.71 |
Hex | BD | AF | B4 | 0 | 7 | 5 | 1A | 153 | A | 47 |
Octal | 275 | 257 | 264 | 0 | 7 | 5 | 32 | 523 | 12 | 107 |
Binary | 10111101 | 10101111 | 10110100 | 0 | 111 | 101 | 11010 | 101010011 | 1010 | 1000111 |
Color Harmonies of #BDAFB4
Complementary color
Monochromatic Colors of #BDAFB4
Black with #BDAFB4
Text Example
Text Example
White with #BDAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFB4; }
p { color: rgb(189,175,180); }
H1.HeaderClassName
{
color: #BDAFB4;
}
.AnyTagClassName
{
color: #BDAFB4;
}
</style>
background-color css
<style>
a { background-color: #BDAFB4; }
a { background-color: rgb(189,175,180); }
div.DivClassName
{
background-color: #BDAFB4;
}
.BgClassName
{
background-color: #BDAFB4;
}
</style>
border-color css
<style>
span { border-color: #BDAFB4; }
span { border-color: rgb(189,175,180); }
td.TdClassName
{
border-color: #BDAFB4;
}
.TagClassName
{
border-color: #BDAFB4;
}
</style>