#A2BADE

Color #A2BADE Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #A2BADE

Tints of Light Steel Blue #A2BADE

Color information

#A2BADE (or 0xA2BADE) is unknown color: approx Light Steel Blue. HEX triplet: A2, BA and DE. RGB value is (162,186,222). Sum of RGB (Red+Green+Blue) = 162+186+222=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BADE is #5D4521. Grayscale: #B6B6B6. Windows color (decimal): -6112546 or 14596770. OLE color: 14596770.

HSL color Cylindrical-coordinate representation of color #A2BADE: hue angle of 216º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BADE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162186222-
CMYK0.270.1600.13
HSL216º47.62%75.29%-
HSV(B)216º27.03%87.06%-
XYZ45.6448.0775.98-
YUV182.93150.05113.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.42%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=28.42%
G=32.63%
B=38.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621862220.270.1600.1321647.6275.29
HexA2BADE1B100Dd8304b
Octal242272336332001533060113
Binary101000101011101011011110110111000001101110110001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BADE; }

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

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

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

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

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

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

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

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