Shades of Biloba Flower #ADA2BC
Tints of Biloba Flower #ADA2BC
RGB
CMYK
RGB Variations
Color information
#ADA2BC (or 0xADA2BC) is known color: Biloba Flower. HEX triplet: AD, A2 and BC. RGB value is (173,162,188). Sum of RGB (Red+Green+Blue) = 173+162+188=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BC is #525D43. Grayscale: #A8A8A8. Windows color (decimal): -5397828 or 12362413. OLE color: 12362413.
HSL color Cylindrical-coordinate representation of color #ADA2BC: hue angle of 265.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA2BC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 162 | 188 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.26 |
| HSL | 265.38º | 0.16% | 0.69% | - |
| HSV(B) | 265.38º | 0.14% | 0.74% | - |
| XYZ | 39.23 | 38.36 | 52.91 | - |
| YUV | 168.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 188 | 0.08 | 0.14 | 0 | 0.26 | 265.38 | 0.16 | 0.69 |
| Hex | AD | A2 | BC | 8 | E | 0 | 1A | 109 | 10 | 45 |
| Octal | 255 | 242 | 274 | 10 | 16 | 0 | 32 | 411 | 20 | 105 |
| Binary | 10101101 | 10100010 | 10111100 | 1000 | 1110 | 0 | 11010 | 100001001 | 10000 | 1000101 |
Color Harmonies of #ADA2BC
Complementary color
Monochromatic Colors of #ADA2BC
Black with #ADA2BC
Text Example
Text Example
White with #ADA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2BC; }
p { color: rgb(173,162,188); }
H1.HeaderClassName
{
color: #ADA2BC;
}
.AnyTagClassName
{
color: #ADA2BC;
}
</style>
background-color css
<style>
a { background-color: #ADA2BC; }
a { background-color: rgb(173,162,188); }
div.DivClassName
{
background-color: #ADA2BC;
}
.BgClassName
{
background-color: #ADA2BC;
}
</style>
border-color css
<style>
span { border-color: #ADA2BC; }
span { border-color: rgb(173,162,188); }
td.TdClassName
{
border-color: #ADA2BC;
}
.TagClassName
{
border-color: #ADA2BC;
}
</style>