#A2BADD

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

Shades of Light Steel Blue #A2BADD

Tints of Light Steel Blue #A2BADD

Color information

#A2BADD (or 0xA2BADD) is unknown color: approx Light Steel Blue. HEX triplet: A2, BA and DD. RGB value is (162,186,221). Sum of RGB (Red+Green+Blue) = 162+186+221=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BADD is #5D4522. Grayscale: #B6B6B6. Windows color (decimal): -6112547 or 14531234. OLE color: 14531234.

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

Color convert

RGB162186221-
CMYK0.270.1600.13
HSL215.59º46.46%75.1%-
HSV(B)215.59º26.7%86.67%-
XYZ45.5148.0275.28-
YUV182.81149.55113.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=28.47%
G=32.69%
B=38.84%

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
Decimal1621862210.270.1600.13215.5946.4675.1
HexA2BADD1B100Dd82e4b
Octal242272335332001533056113
Binary101000101011101011011101110111000001101110110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BADD; }

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

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

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

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

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

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

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

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