#A9BAD0

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

Shades of Spindle #A9BAD0

Tints of Spindle #A9BAD0

Color information

#A9BAD0 (or 0xA9BAD0) is unknown color: approx Spindle. HEX triplet: A9, BA and D0. RGB value is (169,186,208). Sum of RGB (Red+Green+Blue) = 169+186+208=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAD0 is #56452F. Grayscale: #B7B7B7. Windows color (decimal): -5653808 or 13679273. OLE color: 13679273.

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

Color convert

RGB169186208-
CMYK0.190.1100.18
HSL213.85º29.32%73.92%-
HSV(B)213.85º18.75%81.57%-
XYZ45.3148.1166.57-
YUV183.42141.87117.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=30.02%
G=33.04%
B=36.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691862080.190.1100.18213.8529.3273.92
HexA9BAD013B012d61d4a
Octal251272320231302232635112
Binary10101001101110101101000010011101101001011010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAD0; }

 p { color: rgb(169,186,208); }

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

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

 a { background-color: rgb(169,186,208); }

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

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

 span { border-color: rgb(169,186,208); }

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