Shades of Biloba Flower #ADA6BC
Tints of Biloba Flower #ADA6BC
RGB
CMYK
RGB Variations
Color information
#ADA6BC (or 0xADA6BC) is known color: Biloba Flower. HEX triplet: AD, A6 and BC. RGB value is (173,166,188). Sum of RGB (Red+Green+Blue) = 173+166+188=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6BC is #525943. Grayscale: #AAAAAA. Windows color (decimal): -5396804 or 12363437. OLE color: 12363437.
HSL color Cylindrical-coordinate representation of color #ADA6BC: hue angle of 259.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA6BC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 166 | 188 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.26 |
| HSL | 259.09º | 0.14% | 0.69% | - |
| HSV(B) | 259.09º | 0.12% | 0.74% | - |
| XYZ | 39.95 | 39.79 | 53.15 | - |
| YUV | 170.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 188 | 0.08 | 0.12 | 0 | 0.26 | 259.09 | 0.14 | 0.69 |
| Hex | AD | A6 | BC | 8 | C | 0 | 1A | 103 | E | 45 |
| Octal | 255 | 246 | 274 | 10 | 14 | 0 | 32 | 403 | 16 | 105 |
| Binary | 10101101 | 10100110 | 10111100 | 1000 | 1100 | 0 | 11010 | 100000011 | 1110 | 1000101 |
Color Harmonies of #ADA6BC
Complementary color
Monochromatic Colors of #ADA6BC
Black with #ADA6BC
Text Example
Text Example
White with #ADA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6BC; }
p { color: rgb(173,166,188); }
H1.HeaderClassName
{
color: #ADA6BC;
}
.AnyTagClassName
{
color: #ADA6BC;
}
</style>
background-color css
<style>
a { background-color: #ADA6BC; }
a { background-color: rgb(173,166,188); }
div.DivClassName
{
background-color: #ADA6BC;
}
.BgClassName
{
background-color: #ADA6BC;
}
</style>
border-color css
<style>
span { border-color: #ADA6BC; }
span { border-color: rgb(173,166,188); }
td.TdClassName
{
border-color: #ADA6BC;
}
.TagClassName
{
border-color: #ADA6BC;
}
</style>