#A4BFDD

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

Shades of Light Steel Blue #A4BFDD

Tints of Light Steel Blue #A4BFDD

Color information

#A4BFDD (or 0xA4BFDD) is unknown color: approx Light Steel Blue. HEX triplet: A4, BF and DD. RGB value is (164,191,221). Sum of RGB (Red+Green+Blue) = 164+191+221=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFDD is #5B4022. Grayscale: #BABABA. Windows color (decimal): -5980195 or 14532516. OLE color: 14532516.

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

Color convert

RGB164191221-
CMYK0.260.1400.13
HSL211.58º45.6%75.49%-
HSV(B)211.58º25.79%86.67%-
XYZ46.9950.3775.65-
YUV186.35147.55112.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=28.47%
G=33.16%
B=38.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641912210.260.1400.13211.5845.675.49
HexA4BFDD1AE0Dd42e4b
Octal244277335321601532456113
Binary10100100101111111101110111010111001101110101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFDD; }

 p { color: rgb(164,191,221); }

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

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

 a { background-color: rgb(164,191,221); }

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

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

 span { border-color: rgb(164,191,221); }

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