Html Css Color HEX #A4BDDD Light Steel Blue

📋 copy color: '#A4BDDD'

red 164 ◦ green 189 ◦ blue 221

#A4BDDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #A4BDDD

Tints of Light Steel Blue #A4BDDD

RGB

 RED value IS 164 (64.45% from 255) = 28.57%

 GREEN value IS 189 (74.22% from 255) = 32.93%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 28.57%
G = 32.93%
B = 38.5%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4BDDD (or 0xA4BDDD) is known color: Light Steel Blue. HEX triplet: A4, BD and DD. RGB value is (164,189,221). Sum of RGB (Red+Green+Blue) = 164+189+221=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDDD is #5B4222. Grayscale: #B9B9B9. Windows color (decimal): -5980707 or 14532004. OLE color: 14532004.

HSL color Cylindrical-coordinate representation of color #A4BDDD: hue angle of 213.68º 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 #A4BDDD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 189 221 -
CMYK 0.26 0.14 0 0.13
HSL 213.68º 0.46% 0.75% -
HSV(B) 213.68º 0.26% 0.87% -
XYZ 46.56 49.51 75.51 -
YUV 185.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 164 189 221 0.26 0.14 0 0.13 213.68 0.46 0.75
Hex A4 BD DD 1A E 0 D D6 2E 4B
Octal 244 275 335 32 16 0 15 326 56 113
Binary 10100100 10111101 11011101 11010 1110 0 1101 11010110 101110 1001011

Color Harmonies of #A4BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDDD

Black with #A4BDDD

Text Example


Text Example

White with #A4BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDDD; }

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

 H1.HeaderClassName
 {
   color: #A4BDDD;
 }
 .AnyTagClassName
 {
   color: #A4BDDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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