Shades of Biloba Flower #AD9FBE
Tints of Biloba Flower #AD9FBE
RGB
CMYK
RGB Variations
Color information
#AD9FBE (or 0xAD9FBE) is known color: Biloba Flower. HEX triplet: AD, 9F and BE. RGB value is (173,159,190). Sum of RGB (Red+Green+Blue) = 173+159+190=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBE is #526041. Grayscale: #A6A6A6. Windows color (decimal): -5398594 or 12492717. OLE color: 12492717.
HSL color Cylindrical-coordinate representation of color #AD9FBE: hue angle of 267.1º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9FBE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 159 | 190 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.25 |
| HSL | 267.1º | 0.19% | 0.68% | - |
| HSV(B) | 267.1º | 0.16% | 0.75% | - |
| XYZ | 38.93 | 37.4 | 53.88 | - |
| YUV | 166.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 190 | 0.09 | 0.16 | 0 | 0.25 | 267.1 | 0.19 | 0.68 |
| Hex | AD | 9F | BE | 9 | 10 | 0 | 19 | 10B | 13 | 44 |
| Octal | 255 | 237 | 276 | 11 | 20 | 0 | 31 | 413 | 23 | 104 |
| Binary | 10101101 | 10011111 | 10111110 | 1001 | 10000 | 0 | 11001 | 100001011 | 10011 | 1000100 |
Color Harmonies of #AD9FBE
Complementary color
Monochromatic Colors of #AD9FBE
Black with #AD9FBE
Text Example
Text Example
White with #AD9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FBE; }
p { color: rgb(173,159,190); }
H1.HeaderClassName
{
color: #AD9FBE;
}
.AnyTagClassName
{
color: #AD9FBE;
}
</style>
background-color css
<style>
a { background-color: #AD9FBE; }
a { background-color: rgb(173,159,190); }
div.DivClassName
{
background-color: #AD9FBE;
}
.BgClassName
{
background-color: #AD9FBE;
}
</style>
border-color css
<style>
span { border-color: #AD9FBE; }
span { border-color: rgb(173,159,190); }
td.TdClassName
{
border-color: #AD9FBE;
}
.TagClassName
{
border-color: #AD9FBE;
}
</style>