Shades of Biloba Flower #AD9ECB
Tints of Biloba Flower #AD9ECB
RGB
CMYK
RGB Variations
Color information
#AD9ECB (or 0xAD9ECB) is known color: Biloba Flower. HEX triplet: AD, 9E and CB. RGB value is (173,158,203). Sum of RGB (Red+Green+Blue) = 173+158+203=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ECB is #526134. Grayscale: #A7A7A7. Windows color (decimal): -5398837 or 13344429. OLE color: 13344429.
HSL color Cylindrical-coordinate representation of color #AD9ECB: hue angle of 260º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD9ECB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 158 | 203 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.20 |
| HSL | 260º | 0.3% | 0.71% | - |
| HSV(B) | 260º | 0.22% | 0.8% | - |
| XYZ | 40.24 | 37.65 | 61.65 | - |
| YUV | 167.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 203 | 0.15 | 0.22 | 0 | 0.20 | 260 | 0.3 | 0.71 |
| Hex | AD | 9E | CB | F | 16 | 0 | 14 | 104 | 1E | 47 |
| Octal | 255 | 236 | 313 | 17 | 26 | 0 | 24 | 404 | 36 | 107 |
| Binary | 10101101 | 10011110 | 11001011 | 1111 | 10110 | 0 | 10100 | 100000100 | 11110 | 1000111 |
Color Harmonies of #AD9ECB
Complementary color
Monochromatic Colors of #AD9ECB
Black with #AD9ECB
Text Example
Text Example
White with #AD9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9ECB; }
p { color: rgb(173,158,203); }
H1.HeaderClassName
{
color: #AD9ECB;
}
.AnyTagClassName
{
color: #AD9ECB;
}
</style>
background-color css
<style>
a { background-color: #AD9ECB; }
a { background-color: rgb(173,158,203); }
div.DivClassName
{
background-color: #AD9ECB;
}
.BgClassName
{
background-color: #AD9ECB;
}
</style>
border-color css
<style>
span { border-color: #AD9ECB; }
span { border-color: rgb(173,158,203); }
td.TdClassName
{
border-color: #AD9ECB;
}
.TagClassName
{
border-color: #AD9ECB;
}
</style>