Shades of Biloba Flower #AD9FBD
Tints of Biloba Flower #AD9FBD
RGB
CMYK
RGB Variations
Color information
#AD9FBD (or 0xAD9FBD) is known color: Biloba Flower. HEX triplet: AD, 9F and BD. RGB value is (173,159,189). Sum of RGB (Red+Green+Blue) = 173+159+189=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBD is #526042. Grayscale: #A6A6A6. Windows color (decimal): -5398595 or 12427181. OLE color: 12427181.
HSL color Cylindrical-coordinate representation of color #AD9FBD: hue angle of 268º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9FBD is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 159 | 189 | - |
CMYK | 0.08 | 0.16 | 0 | 0.26 |
HSL | 268º | 0.19% | 0.68% | - |
HSV(B) | 268º | 0.16% | 0.74% | - |
XYZ | 38.82 | 37.35 | 53.31 | - |
YUV | 166.61 | 140.64 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 159 | 189 | 0.08 | 0.16 | 0 | 0.26 | 268 | 0.19 | 0.68 |
Hex | AD | 9F | BD | 8 | 10 | 0 | 1A | 10C | 13 | 44 |
Octal | 255 | 237 | 275 | 10 | 20 | 0 | 32 | 414 | 23 | 104 |
Binary | 10101101 | 10011111 | 10111101 | 1000 | 10000 | 0 | 11010 | 100001100 | 10011 | 1000100 |
Color Harmonies of #AD9FBD
Complementary color
Monochromatic Colors of #AD9FBD
Black with #AD9FBD
Text Example
Text Example
White with #AD9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FBD; }
p { color: rgb(173,159,189); }
H1.HeaderClassName
{
color: #AD9FBD;
}
.AnyTagClassName
{
color: #AD9FBD;
}
</style>
background-color css
<style>
a { background-color: #AD9FBD; }
a { background-color: rgb(173,159,189); }
div.DivClassName
{
background-color: #AD9FBD;
}
.BgClassName
{
background-color: #AD9FBD;
}
</style>
border-color css
<style>
span { border-color: #AD9FBD; }
span { border-color: rgb(173,159,189); }
td.TdClassName
{
border-color: #AD9FBD;
}
.TagClassName
{
border-color: #AD9FBD;
}
</style>