#A1BAD1

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

Shades of Spindle #A1BAD1

Tints of Spindle #A1BAD1

Color information

#A1BAD1 (or 0xA1BAD1) is unknown color: approx Spindle. HEX triplet: A1, BA and D1. RGB value is (161,186,209). Sum of RGB (Red+Green+Blue) = 161+186+209=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAD1 is #5E452E. Grayscale: #B5B5B5. Windows color (decimal): -6178095 or 13744801. OLE color: 13744801.

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

Color convert

RGB161186209-
CMYK0.230.1100.18
HSL208.75º34.29%72.55%-
HSV(B)208.75º22.97%81.96%-
XYZ43.7747.367.14-
YUV181.15143.72113.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=28.96%
G=33.45%
B=37.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611862090.230.1100.18208.7534.2972.55
HexA1BAD117B012d12249
Octal241272321271302232142111
Binary101000011011101011010001101111011010010110100011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAD1; }

 p { color: rgb(161,186,209); }

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

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

 a { background-color: rgb(161,186,209); }

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

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

 span { border-color: rgb(161,186,209); }

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