Shades of Biloba Flower #AEA6BB
Tints of Biloba Flower #AEA6BB
RGB
CMYK
RGB Variations
Color information
#AEA6BB (or 0xAEA6BB) is known color: Biloba Flower. HEX triplet: AE, A6 and BB. RGB value is (174,166,187). Sum of RGB (Red+Green+Blue) = 174+166+187=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6BB is #515944. Grayscale: #AAAAAA. Windows color (decimal): -5331269 or 12297902. OLE color: 12297902.
HSL color Cylindrical-coordinate representation of color #AEA6BB: hue angle of 262.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA6BB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 166 | 187 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.27 |
| HSL | 262.86º | 0.13% | 0.69% | - |
| HSV(B) | 262.86º | 0.11% | 0.73% | - |
| XYZ | 40.06 | 39.86 | 52.6 | - |
| YUV | 170.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 187 | 0.07 | 0.11 | 0 | 0.27 | 262.86 | 0.13 | 0.69 |
| Hex | AE | A6 | BB | 7 | B | 0 | 1B | 107 | D | 45 |
| Octal | 256 | 246 | 273 | 7 | 13 | 0 | 33 | 407 | 15 | 105 |
| Binary | 10101110 | 10100110 | 10111011 | 111 | 1011 | 0 | 11011 | 100000111 | 1101 | 1000101 |
Color Harmonies of #AEA6BB
Complementary color
Monochromatic Colors of #AEA6BB
Black with #AEA6BB
Text Example
Text Example
White with #AEA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA6BB; }
p { color: rgb(174,166,187); }
H1.HeaderClassName
{
color: #AEA6BB;
}
.AnyTagClassName
{
color: #AEA6BB;
}
</style>
background-color css
<style>
a { background-color: #AEA6BB; }
a { background-color: rgb(174,166,187); }
div.DivClassName
{
background-color: #AEA6BB;
}
.BgClassName
{
background-color: #AEA6BB;
}
</style>
border-color css
<style>
span { border-color: #AEA6BB; }
span { border-color: rgb(174,166,187); }
td.TdClassName
{
border-color: #AEA6BB;
}
.TagClassName
{
border-color: #AEA6BB;
}
</style>