#AABAD4

Color #AABAD4 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AABAD4

Tints of Spindle #AABAD4

Color information

#AABAD4 (or 0xAABAD4) is unknown color: approx Spindle. HEX triplet: AA, BA and D4. RGB value is (170,186,212). Sum of RGB (Red+Green+Blue) = 170+186+212=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #AABAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAD4 is #55452B. Grayscale: #B8B8B8. Windows color (decimal): -5588268 or 13941418. OLE color: 13941418.

HSL color Cylindrical-coordinate representation of color #AABAD4: hue angle of 217.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABAD4 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170186212-
CMYK0.200.1200.17
HSL217.14º32.81%74.9%-
HSV(B)217.14º19.81%83.14%-
XYZ46.0248.4269.21-
YUV184.18143.7117.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=29.93%
G=32.75%
B=37.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701862120.200.1200.17217.1432.8174.9
HexAABAD414C011d9214b
Octal252272324241402133141113
Binary101010101011101011010100101001100010001110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAD4; }

 p { color: rgb(170,186,212); }

 H1.HeaderClassName
 {
   color: #AABAD4;
 }
 .AnyTagClassName
 {
   color: #AABAD4;
 }
</style>
background-color css

<style>
 a { background-color: #AABAD4; }

 a { background-color: rgb(170,186,212); }

 div.DivClassName
 {
   background-color: #AABAD4;
 }
 .BgClassName
 {
   background-color: #AABAD4;
 }
</style>
border-color css

<style>
 span { border-color: #AABAD4; }

 span { border-color: rgb(170,186,212); }

 td.TdClassName
 {
   border-color: #AABAD4;
 }
 .TagClassName
 {
   border-color: #AABAD4;
 }
</style>