#AABACC

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

Shades of Spindle #AABACC

Tints of Spindle #AABACC

Color information

#AABACC (or 0xAABACC) is unknown color: approx Spindle. HEX triplet: AA, BA and CC. RGB value is (170,186,204). Sum of RGB (Red+Green+Blue) = 170+186+204=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACC is #554533. Grayscale: #B7B7B7. Windows color (decimal): -5588276 or 13417130. OLE color: 13417130.

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

Color convert

RGB170186204-
CMYK0.170.0900.2
HSL211.76º25%73.33%-
HSV(B)211.76º16.67%80%-
XYZ45.0448.0264.02-
YUV183.27139.7118.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=30.36%
G=33.21%
B=36.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701862040.170.0900.2211.762573.33
HexAABACC119014d41949
Octal252272314211102432431111
Binary10101010101110101100110010001100101010011010100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABACC; }

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

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

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

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

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

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

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

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