Shades of Biloba Flower #AE9BCE
Tints of Biloba Flower #AE9BCE
RGB
CMYK
RGB Variations
Color information
#AE9BCE (or 0xAE9BCE) is known color: Biloba Flower. HEX triplet: AE, 9B and CE. RGB value is (174,155,206). Sum of RGB (Red+Green+Blue) = 174+155+206=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BCE is #516431. Grayscale: #A6A6A6. Windows color (decimal): -5334066 or 13540270. OLE color: 13540270.
HSL color Cylindrical-coordinate representation of color #AE9BCE: hue angle of 262.35º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9BCE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 155 | 206 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.19 |
| HSL | 262.35º | 0.34% | 0.71% | - |
| HSV(B) | 262.35º | 0.25% | 0.81% | - |
| XYZ | 40.32 | 36.9 | 63.39 | - |
| YUV | 166.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 206 | 0.16 | 0.25 | 0 | 0.19 | 262.35 | 0.34 | 0.71 |
| Hex | AE | 9B | CE | 10 | 19 | 0 | 13 | 106 | 22 | 47 |
| Octal | 256 | 233 | 316 | 20 | 31 | 0 | 23 | 406 | 42 | 107 |
| Binary | 10101110 | 10011011 | 11001110 | 10000 | 11001 | 0 | 10011 | 100000110 | 100010 | 1000111 |
Color Harmonies of #AE9BCE
Complementary color
Monochromatic Colors of #AE9BCE
Black with #AE9BCE
Text Example
Text Example
White with #AE9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BCE; }
p { color: rgb(174,155,206); }
H1.HeaderClassName
{
color: #AE9BCE;
}
.AnyTagClassName
{
color: #AE9BCE;
}
</style>
background-color css
<style>
a { background-color: #AE9BCE; }
a { background-color: rgb(174,155,206); }
div.DivClassName
{
background-color: #AE9BCE;
}
.BgClassName
{
background-color: #AE9BCE;
}
</style>
border-color css
<style>
span { border-color: #AE9BCE; }
span { border-color: rgb(174,155,206); }
td.TdClassName
{
border-color: #AE9BCE;
}
.TagClassName
{
border-color: #AE9BCE;
}
</style>