#AABACD

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

Shades of Spindle #AABACD

Tints of Spindle #AABACD

Color information

#AABACD (or 0xAABACD) is unknown color: approx Spindle. HEX triplet: AA, BA and CD. RGB value is (170,186,205). Sum of RGB (Red+Green+Blue) = 170+186+205=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACD is #554532. Grayscale: #B7B7B7. Windows color (decimal): -5588275 or 13482666. OLE color: 13482666.

HSL color Cylindrical-coordinate representation of color #AABACD: hue angle of 212.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABACD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170186205-
CMYK0.170.0900.20
HSL212.57º25.93%73.53%-
HSV(B)212.57º17.07%80.39%-
XYZ45.1648.0764.66-
YUV183.38140.2118.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=30.30%
G=33.16%
B=36.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701862050.170.0900.20212.5725.9373.53
HexAABACD119014d51a4a
Octal252272315211102432532112
Binary10101010101110101100110110001100101010011010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABACD; }

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

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

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

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

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

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

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

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