Shades of Biloba Flower #ADA1BC
Tints of Biloba Flower #ADA1BC
RGB
CMYK
RGB Variations
Color information
#ADA1BC (or 0xADA1BC) is known color: Biloba Flower. HEX triplet: AD, A1 and BC. RGB value is (173,161,188). Sum of RGB (Red+Green+Blue) = 173+161+188=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BC is #525E43. Grayscale: #A7A7A7. Windows color (decimal): -5398084 or 12362157. OLE color: 12362157.
HSL color Cylindrical-coordinate representation of color #ADA1BC: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA1BC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 161 | 188 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.26 |
| HSL | 266.67º | 0.17% | 0.68% | - |
| HSV(B) | 266.67º | 0.14% | 0.74% | - |
| XYZ | 39.06 | 38 | 52.85 | - |
| YUV | 167.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 188 | 0.08 | 0.14 | 0 | 0.26 | 266.67 | 0.17 | 0.68 |
| Hex | AD | A1 | BC | 8 | E | 0 | 1A | 10B | 11 | 44 |
| Octal | 255 | 241 | 274 | 10 | 16 | 0 | 32 | 413 | 21 | 104 |
| Binary | 10101101 | 10100001 | 10111100 | 1000 | 1110 | 0 | 11010 | 100001011 | 10001 | 1000100 |
Color Harmonies of #ADA1BC
Complementary color
Monochromatic Colors of #ADA1BC
Black with #ADA1BC
Text Example
Text Example
White with #ADA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1BC; }
p { color: rgb(173,161,188); }
H1.HeaderClassName
{
color: #ADA1BC;
}
.AnyTagClassName
{
color: #ADA1BC;
}
</style>
background-color css
<style>
a { background-color: #ADA1BC; }
a { background-color: rgb(173,161,188); }
div.DivClassName
{
background-color: #ADA1BC;
}
.BgClassName
{
background-color: #ADA1BC;
}
</style>
border-color css
<style>
span { border-color: #ADA1BC; }
span { border-color: rgb(173,161,188); }
td.TdClassName
{
border-color: #ADA1BC;
}
.TagClassName
{
border-color: #ADA1BC;
}
</style>