Shades of Biloba Flower #ADA3BA
Tints of Biloba Flower #ADA3BA
RGB
CMYK
RGB Variations
Color information
#ADA3BA (or 0xADA3BA) is known color: Biloba Flower. HEX triplet: AD, A3 and BA. RGB value is (173,163,186). Sum of RGB (Red+Green+Blue) = 173+163+186=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BA is #525C45. Grayscale: #A8A8A8. Windows color (decimal): -5397574 or 12231597. OLE color: 12231597.
HSL color Cylindrical-coordinate representation of color #ADA3BA: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA3BA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 163 | 186 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.27 |
| HSL | 266.09º | 0.14% | 0.68% | - |
| HSV(B) | 266.09º | 0.12% | 0.73% | - |
| XYZ | 39.19 | 38.62 | 51.84 | - |
| YUV | 168.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 186 | 0.07 | 0.12 | 0 | 0.27 | 266.09 | 0.14 | 0.68 |
| Hex | AD | A3 | BA | 7 | C | 0 | 1B | 10A | E | 44 |
| Octal | 255 | 243 | 272 | 7 | 14 | 0 | 33 | 412 | 16 | 104 |
| Binary | 10101101 | 10100011 | 10111010 | 111 | 1100 | 0 | 11011 | 100001010 | 1110 | 1000100 |
Color Harmonies of #ADA3BA
Complementary color
Monochromatic Colors of #ADA3BA
Black with #ADA3BA
Text Example
Text Example
White with #ADA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3BA; }
p { color: rgb(173,163,186); }
H1.HeaderClassName
{
color: #ADA3BA;
}
.AnyTagClassName
{
color: #ADA3BA;
}
</style>
background-color css
<style>
a { background-color: #ADA3BA; }
a { background-color: rgb(173,163,186); }
div.DivClassName
{
background-color: #ADA3BA;
}
.BgClassName
{
background-color: #ADA3BA;
}
</style>
border-color css
<style>
span { border-color: #ADA3BA; }
span { border-color: rgb(173,163,186); }
td.TdClassName
{
border-color: #ADA3BA;
}
.TagClassName
{
border-color: #ADA3BA;
}
</style>