#A6BAD0

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

Shades of Spindle #A6BAD0

Tints of Spindle #A6BAD0

Color information

#A6BAD0 (or 0xA6BAD0) is unknown color: approx Spindle. HEX triplet: A6, BA and D0. RGB value is (166,186,208). Sum of RGB (Red+Green+Blue) = 166+186+208=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAD0 is #59452F. Grayscale: #B6B6B6. Windows color (decimal): -5850416 or 13679270. OLE color: 13679270.

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

Color convert

RGB166186208-
CMYK0.200.1100.18
HSL211.43º30.88%73.33%-
HSV(B)211.43º20.19%81.57%-
XYZ44.6747.7866.54-
YUV182.53142.37116.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=29.64%
G=33.21%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661862080.200.1100.18211.4330.8873.33
HexA6BAD014B012d31f49
Octal246272320241302232337111
Binary10100110101110101101000010100101101001011010011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAD0; }

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

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

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

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

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

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

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

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