Shades of Biloba Flower #AD99E2
Tints of Biloba Flower #AD99E2
RGB
CMYK
RGB Variations
Color information
#AD99E2 (or 0xAD99E2) is known color: Biloba Flower. HEX triplet: AD, 99 and E2. RGB value is (173,153,226). Sum of RGB (Red+Green+Blue) = 173+153+226=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD99E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99E2 is #52661D. Grayscale: #A7A7A7. Windows color (decimal): -5400094 or 14850477. OLE color: 14850477.
HSL color Cylindrical-coordinate representation of color #AD99E2: hue angle of 256.44º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD99E2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 153 | 226 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.11 |
| HSL | 256.44º | 0.56% | 0.74% | - |
| HSV(B) | 256.44º | 0.32% | 0.89% | - |
| XYZ | 42.35 | 37.16 | 76.89 | - |
| YUV | 167.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 226 | 0.23 | 0.32 | 0 | 0.11 | 256.44 | 0.56 | 0.74 |
| Hex | AD | 99 | E2 | 17 | 20 | 0 | B | 100 | 38 | 4A |
| Octal | 255 | 231 | 342 | 27 | 40 | 0 | 13 | 400 | 70 | 112 |
| Binary | 10101101 | 10011001 | 11100010 | 10111 | 100000 | 0 | 1011 | 100000000 | 111000 | 1001010 |
Color Harmonies of #AD99E2
Complementary color
Monochromatic Colors of #AD99E2
Black with #AD99E2
Text Example
Text Example
White with #AD99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99E2; }
p { color: rgb(173,153,226); }
H1.HeaderClassName
{
color: #AD99E2;
}
.AnyTagClassName
{
color: #AD99E2;
}
</style>
background-color css
<style>
a { background-color: #AD99E2; }
a { background-color: rgb(173,153,226); }
div.DivClassName
{
background-color: #AD99E2;
}
.BgClassName
{
background-color: #AD99E2;
}
</style>
border-color css
<style>
span { border-color: #AD99E2; }
span { border-color: rgb(173,153,226); }
td.TdClassName
{
border-color: #AD99E2;
}
.TagClassName
{
border-color: #AD99E2;
}
</style>