#ACBDDD

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

Shades of Light Steel Blue #ACBDDD

Tints of Light Steel Blue #ACBDDD

Color information

#ACBDDD (or 0xACBDDD) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and DD. RGB value is (172,189,221). Sum of RGB (Red+Green+Blue) = 172+189+221=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDD is #534222. Grayscale: #BBBBBB. Windows color (decimal): -5456419 or 14532012. OLE color: 14532012.

HSL color Cylindrical-coordinate representation of color #ACBDDD: hue angle of 219.18º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBDDD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172189221-
CMYK0.220.1400.13
HSL219.18º41.88%77.06%-
HSV(B)219.18º22.17%86.67%-
XYZ48.2650.3975.59-
YUV187.56146.87116.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=29.55%
G=32.47%
B=37.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721892210.220.1400.13219.1841.8877.06
HexACBDDD16E0Ddb2a4d
Octal254275335261601533352115
Binary10101100101111011101110110110111001101110110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDDD; }

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

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

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

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

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

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

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

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