#A4BADC

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

Shades of Light Steel Blue #A4BADC

Tints of Light Steel Blue #A4BADC

Color information

#A4BADC (or 0xA4BADC) is unknown color: approx Light Steel Blue. HEX triplet: A4, BA and DC. RGB value is (164,186,220). Sum of RGB (Red+Green+Blue) = 164+186+220=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BADC is #5B4523. Grayscale: #B7B7B7. Windows color (decimal): -5981476 or 14465700. OLE color: 14465700.

HSL color Cylindrical-coordinate representation of color #A4BADC: hue angle of 216.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4BADC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164186220-
CMYK0.250.1500.14
HSL216.43º44.44%75.29%-
HSV(B)216.43º25.45%86.27%-
XYZ45.7948.1874.6-
YUV183.3148.71114.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=28.77%
G=32.63%
B=38.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641862200.250.1500.14216.4344.4475.29
HexA4BADC19F0Ed82c4b
Octal244272334311701633054113
Binary10100100101110101101110011001111101110110110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BADC; }

 p { color: rgb(164,186,220); }

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

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

 a { background-color: rgb(164,186,220); }

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

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

 span { border-color: rgb(164,186,220); }

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