Shades of Biloba Flower #AAA2BF
Tints of Biloba Flower #AAA2BF
RGB
CMYK
RGB Variations
Color information
#AAA2BF (or 0xAAA2BF) is known color: Biloba Flower. HEX triplet: AA, A2 and BF. RGB value is (170,162,191). Sum of RGB (Red+Green+Blue) = 170+162+191=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2BF is #555D40. Grayscale: #A7A7A7. Windows color (decimal): -5594433 or 12559018. OLE color: 12559018.
HSL color Cylindrical-coordinate representation of color #AAA2BF: hue angle of 256.55º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA2BF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 162 | 191 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.25 |
| HSL | 256.55º | 0.18% | 0.69% | - |
| HSV(B) | 256.55º | 0.15% | 0.75% | - |
| XYZ | 38.9 | 38.15 | 54.6 | - |
| YUV | 167.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 191 | 0.11 | 0.15 | 0 | 0.25 | 256.55 | 0.18 | 0.69 |
| Hex | AA | A2 | BF | B | F | 0 | 19 | 101 | 12 | 45 |
| Octal | 252 | 242 | 277 | 13 | 17 | 0 | 31 | 401 | 22 | 105 |
| Binary | 10101010 | 10100010 | 10111111 | 1011 | 1111 | 0 | 11001 | 100000001 | 10010 | 1000101 |
Color Harmonies of #AAA2BF
Complementary color
Monochromatic Colors of #AAA2BF
Black with #AAA2BF
Text Example
Text Example
White with #AAA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2BF; }
p { color: rgb(170,162,191); }
H1.HeaderClassName
{
color: #AAA2BF;
}
.AnyTagClassName
{
color: #AAA2BF;
}
</style>
background-color css
<style>
a { background-color: #AAA2BF; }
a { background-color: rgb(170,162,191); }
div.DivClassName
{
background-color: #AAA2BF;
}
.BgClassName
{
background-color: #AAA2BF;
}
</style>
border-color css
<style>
span { border-color: #AAA2BF; }
span { border-color: rgb(170,162,191); }
td.TdClassName
{
border-color: #AAA2BF;
}
.TagClassName
{
border-color: #AAA2BF;
}
</style>