#A2BADF

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

Shades of Light Steel Blue #A2BADF

Tints of Light Steel Blue #A2BADF

Color information

#A2BADF (or 0xA2BADF) is unknown color: approx Light Steel Blue. HEX triplet: A2, BA and DF. RGB value is (162,186,223). Sum of RGB (Red+Green+Blue) = 162+186+223=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BADF is #5D4520. Grayscale: #B6B6B6. Windows color (decimal): -6112545 or 14662306. OLE color: 14662306.

HSL color Cylindrical-coordinate representation of color #A2BADF: hue angle of 216.39º degrees, saturation: 0.49, 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 #A2BADF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162186223-
CMYK0.270.1700.13
HSL216.39º48.8%75.49%-
HSV(B)216.39º27.35%87.45%-
XYZ45.7848.1376.69-
YUV183.04150.55112.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=28.37%
G=32.57%
B=39.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621862230.270.1700.13216.3948.875.49
HexA2BADF1B110Dd8314b
Octal242272337332101533061113
Binary101000101011101011011111110111000101101110110001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BADF; }

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

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

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

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

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

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

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

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