#A4BCE3

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

Shades of Light Steel Blue #A4BCE3

Tints of Light Steel Blue #A4BCE3

Color information

#A4BCE3 (or 0xA4BCE3) is unknown color: approx Light Steel Blue. HEX triplet: A4, BC and E3. RGB value is (164,188,227). Sum of RGB (Red+Green+Blue) = 164+188+227=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #A4BCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCE3 is #5B431C. Grayscale: #B9B9B9. Windows color (decimal): -5980957 or 14924964. OLE color: 14924964.

HSL color Cylindrical-coordinate representation of color #A4BCE3: hue angle of 217.14º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4BCE3 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164188227-
CMYK0.280.1700.11
HSL217.14º52.94%76.67%-
HSV(B)217.14º27.75%89.02%-
XYZ47.1649.4179.72-
YUV185.27151.55112.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.32%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 227 (89.06% from 255) = 39.21%
R=28.32%
G=32.47%
B=39.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641882270.280.1700.11217.1452.9476.67
HexA4BCE31C110Bd9354d
Octal244274343342101333165115
Binary101001001011110011100011111001000101011110110011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCE3; }

 p { color: rgb(164,188,227); }

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

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

 a { background-color: rgb(164,188,227); }

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

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

 span { border-color: rgb(164,188,227); }

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