#A2BAD4

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

Shades of Spindle #A2BAD4

Tints of Spindle #A2BAD4

Color information

#A2BAD4 (or 0xA2BAD4) is unknown color: approx Spindle. HEX triplet: A2, BA and D4. RGB value is (162,186,212). Sum of RGB (Red+Green+Blue) = 162+186+212=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #A2BAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAD4 is #5D452B. Grayscale: #B5B5B5. Windows color (decimal): -6112556 or 13941410. OLE color: 13941410.

HSL color Cylindrical-coordinate representation of color #A2BAD4: hue angle of 211.2º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2BAD4 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162186212-
CMYK0.240.1200.17
HSL211.2º36.76%73.33%-
HSV(B)211.2º23.58%83.14%-
XYZ44.3447.5569.13-
YUV181.79145.05113.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=28.93%
G=33.21%
B=37.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621862120.240.1200.17211.236.7673.33
HexA2BAD418C011d32549
Octal242272324301402132345111
Binary101000101011101011010100110001100010001110100111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAD4; }

 p { color: rgb(162,186,212); }

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

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

 a { background-color: rgb(162,186,212); }

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

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

 span { border-color: rgb(162,186,212); }

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