Shades of Biloba Flower #AEA8BA
Tints of Biloba Flower #AEA8BA
RGB
CMYK
RGB Variations
Color information
#AEA8BA (or 0xAEA8BA) is known color: Biloba Flower. HEX triplet: AE, A8 and BA. RGB value is (174,168,186). Sum of RGB (Red+Green+Blue) = 174+168+186=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BA is #515745. Grayscale: #ABABAB. Windows color (decimal): -5330758 or 12232878. OLE color: 12232878.
HSL color Cylindrical-coordinate representation of color #AEA8BA: hue angle of 260º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA8BA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 168 | 186 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.27 |
| HSL | 260º | 0.12% | 0.69% | - |
| HSV(B) | 260º | 0.1% | 0.73% | - |
| XYZ | 40.32 | 40.55 | 52.16 | - |
| YUV | 171.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 186 | 0.06 | 0.10 | 0 | 0.27 | 260 | 0.12 | 0.69 |
| Hex | AE | A8 | BA | 6 | A | 0 | 1B | 104 | C | 45 |
| Octal | 256 | 250 | 272 | 6 | 12 | 0 | 33 | 404 | 14 | 105 |
| Binary | 10101110 | 10101000 | 10111010 | 110 | 1010 | 0 | 11011 | 100000100 | 1100 | 1000101 |
Color Harmonies of #AEA8BA
Complementary color
Monochromatic Colors of #AEA8BA
Black with #AEA8BA
Text Example
Text Example
White with #AEA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8BA; }
p { color: rgb(174,168,186); }
H1.HeaderClassName
{
color: #AEA8BA;
}
.AnyTagClassName
{
color: #AEA8BA;
}
</style>
background-color css
<style>
a { background-color: #AEA8BA; }
a { background-color: rgb(174,168,186); }
div.DivClassName
{
background-color: #AEA8BA;
}
.BgClassName
{
background-color: #AEA8BA;
}
</style>
border-color css
<style>
span { border-color: #AEA8BA; }
span { border-color: rgb(174,168,186); }
td.TdClassName
{
border-color: #AEA8BA;
}
.TagClassName
{
border-color: #AEA8BA;
}
</style>