#AABACB

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

Shades of Spindle #AABACB

Tints of Spindle #AABACB

Color information

#AABACB (or 0xAABACB) is unknown color: approx Spindle. HEX triplet: AA, BA and CB. RGB value is (170,186,203). Sum of RGB (Red+Green+Blue) = 170+186+203=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACB is #554534. Grayscale: #B7B7B7. Windows color (decimal): -5588277 or 13351594. OLE color: 13351594.

HSL color Cylindrical-coordinate representation of color #AABACB: hue angle of 210.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABACB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170186203-
CMYK0.160.0800.20
HSL210.91º24.09%73.14%-
HSV(B)210.91º16.26%79.61%-
XYZ44.9247.9863.39-
YUV183.15139.2118.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=30.41%
G=33.27%
B=36.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701862030.160.0800.20210.9124.0973.14
HexAABACB108014d31849
Octal252272313201002432330111
Binary10101010101110101100101110000100001010011010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABACB; }

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

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

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

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

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

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

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

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