Shades of Biloba Flower #ADA3BC
Tints of Biloba Flower #ADA3BC
RGB
CMYK
RGB Variations
Color information
#ADA3BC (or 0xADA3BC) is known color: Biloba Flower. HEX triplet: AD, A3 and BC. RGB value is (173,163,188). Sum of RGB (Red+Green+Blue) = 173+163+188=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BC is #525C43. Grayscale: #A8A8A8. Windows color (decimal): -5397572 or 12362669. OLE color: 12362669.
HSL color Cylindrical-coordinate representation of color #ADA3BC: hue angle of 264º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA3BC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 163 | 188 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.26 |
| HSL | 264º | 0.16% | 0.69% | - |
| HSV(B) | 264º | 0.13% | 0.74% | - |
| XYZ | 39.41 | 38.71 | 52.97 | - |
| YUV | 168.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 188 | 0.08 | 0.13 | 0 | 0.26 | 264 | 0.16 | 0.69 |
| Hex | AD | A3 | BC | 8 | D | 0 | 1A | 108 | 10 | 45 |
| Octal | 255 | 243 | 274 | 10 | 15 | 0 | 32 | 410 | 20 | 105 |
| Binary | 10101101 | 10100011 | 10111100 | 1000 | 1101 | 0 | 11010 | 100001000 | 10000 | 1000101 |
Color Harmonies of #ADA3BC
Complementary color
Monochromatic Colors of #ADA3BC
Black with #ADA3BC
Text Example
Text Example
White with #ADA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3BC; }
p { color: rgb(173,163,188); }
H1.HeaderClassName
{
color: #ADA3BC;
}
.AnyTagClassName
{
color: #ADA3BC;
}
</style>
background-color css
<style>
a { background-color: #ADA3BC; }
a { background-color: rgb(173,163,188); }
div.DivClassName
{
background-color: #ADA3BC;
}
.BgClassName
{
background-color: #ADA3BC;
}
</style>
border-color css
<style>
span { border-color: #ADA3BC; }
span { border-color: rgb(173,163,188); }
td.TdClassName
{
border-color: #ADA3BC;
}
.TagClassName
{
border-color: #ADA3BC;
}
</style>