Html Css Color HEX #A4BDDC Light Steel Blue

📋 copy color: '#A4BDDC'

red 164 ◦ green 189 ◦ blue 220

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

Shades of Light Steel Blue #A4BDDC

Tints of Light Steel Blue #A4BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 28.62%
G = 32.98%
B = 38.39%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4BDDC (or 0xA4BDDC) is known color: Light Steel Blue. HEX triplet: A4, BD and DC. RGB value is (164,189,220). Sum of RGB (Red+Green+Blue) = 164+189+220=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDDC is #5B4223. Grayscale: #B8B8B8. Windows color (decimal): -5980708 or 14466468. OLE color: 14466468.

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

Color convert

RGB 164 189 220 -
CMYK 0.25 0.14 0 0.14
HSL 213.21º 0.44% 0.75% -
HSV(B) 213.21º 0.25% 0.86% -
XYZ 46.43 49.46 74.81 -
YUV 185.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 164 189 220 0.25 0.14 0 0.14 213.21 0.44 0.75
Hex A4 BD DC 19 E 0 E D5 2C 4B
Octal 244 275 334 31 16 0 16 325 54 113
Binary 10100100 10111101 11011100 11001 1110 0 1110 11010101 101100 1001011

Color Harmonies of #A4BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDDC

Black with #A4BDDC

Text Example


Text Example

White with #A4BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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