#A1BDDC

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

Shades of Light Steel Blue #A1BDDC

Tints of Light Steel Blue #A1BDDC

Color information

#A1BDDC (or 0xA1BDDC) is unknown color: approx Light Steel Blue. HEX triplet: A1, BD and DC. RGB value is (161,189,220). Sum of RGB (Red+Green+Blue) = 161+189+220=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 189 (74.22% from 255 or 33.16% 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 #A1BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDDC is #5E4223. Grayscale: #B8B8B8. Windows color (decimal): -6177316 or 14466465. OLE color: 14466465.

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

Color convert

RGB161189220-
CMYK0.270.1400.14
HSL211.53º45.74%74.71%-
HSV(B)211.53º26.82%86.27%-
XYZ45.8149.1474.78-
YUV184.16148.22111.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=28.25%
G=33.16%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611892200.270.1400.14211.5345.7474.71
HexA1BDDC1BE0Ed42e4b
Octal241275334331601632456113
Binary10100001101111011101110011011111001110110101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDDC; }

 p { color: rgb(161,189,220); }

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

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

 a { background-color: rgb(161,189,220); }

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

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

 span { border-color: rgb(161,189,220); }

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