Shades of Logan #AAAABD
Tints of Logan #AAAABD
RGB
CMYK
RGB Variations
Color information
#AAAABD (or 0xAAAABD) is known color: Logan. HEX triplet: AA, AA and BD. RGB value is (170,170,189). Sum of RGB (Red+Green+Blue) = 170+170+189=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAABD is #555542. Grayscale: #ACACAC. Windows color (decimal): -5592387 or 12429994. OLE color: 12429994.
HSL color Cylindrical-coordinate representation of color #AAAABD: hue angle of 240º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAAABD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 170 | 189 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.26 |
| HSL | 240º | 0.13% | 0.7% | - |
| HSV(B) | 240º | 0.1% | 0.74% | - |
| XYZ | 40.14 | 40.97 | 53.94 | - |
| YUV | 172.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 189 | 0.10 | 0.10 | 0 | 0.26 | 240 | 0.13 | 0.7 |
| Hex | AA | AA | BD | A | A | 0 | 1A | F0 | D | 46 |
| Octal | 252 | 252 | 275 | 12 | 12 | 0 | 32 | 360 | 15 | 106 |
| Binary | 10101010 | 10101010 | 10111101 | 1010 | 1010 | 0 | 11010 | 11110000 | 1101 | 1000110 |
Color Harmonies of #AAAABD
Complementary color
Monochromatic Colors of #AAAABD
Black with #AAAABD
Text Example
Text Example
White with #AAAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAABD; }
p { color: rgb(170,170,189); }
H1.HeaderClassName
{
color: #AAAABD;
}
.AnyTagClassName
{
color: #AAAABD;
}
</style>
background-color css
<style>
a { background-color: #AAAABD; }
a { background-color: rgb(170,170,189); }
div.DivClassName
{
background-color: #AAAABD;
}
.BgClassName
{
background-color: #AAAABD;
}
</style>
border-color css
<style>
span { border-color: #AAAABD; }
span { border-color: rgb(170,170,189); }
td.TdClassName
{
border-color: #AAAABD;
}
.TagClassName
{
border-color: #AAAABD;
}
</style>