#AABAD5

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

Shades of Spindle #AABAD5

Tints of Spindle #AABAD5

Color information

#AABAD5 (or 0xAABAD5) is unknown color: approx Spindle. HEX triplet: AA, BA and D5. RGB value is (170,186,213). Sum of RGB (Red+Green+Blue) = 170+186+213=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #AABAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAD5 is #55452A. Grayscale: #B8B8B8. Windows color (decimal): -5588267 or 14006954. OLE color: 14006954.

HSL color Cylindrical-coordinate representation of color #AABAD5: hue angle of 217.67º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABAD5 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170186213-
CMYK0.200.1300.16
HSL217.67º33.86%75.1%-
HSV(B)217.67º20.19%83.53%-
XYZ46.1548.4769.87-
YUV184.29144.2117.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=29.88%
G=32.69%
B=37.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701862130.200.1300.16217.6733.8675.1
HexAABAD514D010da224b
Octal252272325241502033242113
Binary101010101011101011010101101001101010000110110101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAD5; }

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

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

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

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

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

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

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

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