#ACBDDA

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

Shades of Light Steel Blue #ACBDDA

Tints of Light Steel Blue #ACBDDA

Color information

#ACBDDA (or 0xACBDDA) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and DA. RGB value is (172,189,218). Sum of RGB (Red+Green+Blue) = 172+189+218=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDA is #534225. Grayscale: #BBBBBB. Windows color (decimal): -5456422 or 14335404. OLE color: 14335404.

HSL color Cylindrical-coordinate representation of color #ACBDDA: hue angle of 217.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACBDDA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172189218-
CMYK0.210.1300.15
HSL217.83º38.33%76.47%-
HSV(B)217.83º21.1%85.49%-
XYZ47.8750.2373.5-
YUV187.22145.37117.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=29.71%
G=32.64%
B=37.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721892180.210.1300.15217.8338.3376.47
HexACBDDA15D0Fda264c
Octal254275332251501733246114
Binary10101100101111011101101010101110101111110110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDDA; }

 p { color: rgb(172,189,218); }

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

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

 a { background-color: rgb(172,189,218); }

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

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

 span { border-color: rgb(172,189,218); }

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