Shades of Biloba Flower #AEA8BC
Tints of Biloba Flower #AEA8BC
RGB
CMYK
RGB Variations
Color information
#AEA8BC (or 0xAEA8BC) is known color: Biloba Flower. HEX triplet: AE, A8 and BC. RGB value is (174,168,188). Sum of RGB (Red+Green+Blue) = 174+168+188=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BC is #515743. Grayscale: #ACACAC. Windows color (decimal): -5330756 or 12363950. OLE color: 12363950.
HSL color Cylindrical-coordinate representation of color #AEA8BC: hue angle of 258º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA8BC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 174 | 168 | 188 | - |
CMYK | 0.07 | 0.11 | 0 | 0.26 |
HSL | 258º | 0.13% | 0.7% | - |
HSV(B) | 258º | 0.11% | 0.74% | - |
XYZ | 40.54 | 40.63 | 53.28 | - |
YUV | 172.07 | 136.99 | 129.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 168 | 188 | 0.07 | 0.11 | 0 | 0.26 | 258 | 0.13 | 0.7 |
Hex | AE | A8 | BC | 7 | B | 0 | 1A | 102 | D | 46 |
Octal | 256 | 250 | 274 | 7 | 13 | 0 | 32 | 402 | 15 | 106 |
Binary | 10101110 | 10101000 | 10111100 | 111 | 1011 | 0 | 11010 | 100000010 | 1101 | 1000110 |
Color Harmonies of #AEA8BC
Complementary color
Monochromatic Colors of #AEA8BC
Black with #AEA8BC
Text Example
Text Example
White with #AEA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8BC; }
p { color: rgb(174,168,188); }
H1.HeaderClassName
{
color: #AEA8BC;
}
.AnyTagClassName
{
color: #AEA8BC;
}
</style>
background-color css
<style>
a { background-color: #AEA8BC; }
a { background-color: rgb(174,168,188); }
div.DivClassName
{
background-color: #AEA8BC;
}
.BgClassName
{
background-color: #AEA8BC;
}
</style>
border-color css
<style>
span { border-color: #AEA8BC; }
span { border-color: rgb(174,168,188); }
td.TdClassName
{
border-color: #AEA8BC;
}
.TagClassName
{
border-color: #AEA8BC;
}
</style>