#A4BED9

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

Shades of Light Steel Blue #A4BED9

Tints of Light Steel Blue #A4BED9

Color information

#A4BED9 (or 0xA4BED9) is unknown color: approx Light Steel Blue. HEX triplet: A4, BE and D9. RGB value is (164,190,217). Sum of RGB (Red+Green+Blue) = 164+190+217=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #A4BED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BED9 is #5B4126. Grayscale: #B9B9B9. Windows color (decimal): -5980455 or 14270116. OLE color: 14270116.

HSL color Cylindrical-coordinate representation of color #A4BED9: hue angle of 210.57º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4BED9 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164190217-
CMYK0.240.1200.15
HSL210.57º41.09%74.71%-
HSV(B)210.57º24.42%85.1%-
XYZ46.2549.7372.81-
YUV185.3145.89112.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=28.72%
G=33.27%
B=38.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641902170.240.1200.15210.5741.0974.71
HexA4BED918C0Fd3294b
Octal244276331301401732351113
Binary10100100101111101101100111000110001111110100111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BED9; }

 p { color: rgb(164,190,217); }

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

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

 a { background-color: rgb(164,190,217); }

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

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

 span { border-color: rgb(164,190,217); }

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