#AABACF

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

Shades of Spindle #AABACF

Tints of Spindle #AABACF

Color information

#AABACF (or 0xAABACF) is unknown color: approx Spindle. HEX triplet: AA, BA and CF. RGB value is (170,186,207). Sum of RGB (Red+Green+Blue) = 170+186+207=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACF is #554530. Grayscale: #B7B7B7. Windows color (decimal): -5588273 or 13613738. OLE color: 13613738.

HSL color Cylindrical-coordinate representation of color #AABACF: hue angle of 214.05º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABACF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170186207-
CMYK0.180.1000.19
HSL214.05º27.82%73.92%-
HSV(B)214.05º17.87%81.18%-
XYZ45.448.1765.94-
YUV183.61141.2118.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=30.20%
G=33.04%
B=36.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701862070.180.1000.19214.0527.8273.92
HexAABACF12A013d61c4a
Octal252272317221202332634112
Binary10101010101110101100111110010101001001111010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABACF; }

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

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

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

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

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

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

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

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