Html Css Color HEX #A4BDDE Light Steel Blue

📋 copy color: '#A4BDDE'

red 164 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #A4BDDE

Tints of Light Steel Blue #A4BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 28.52%
G = 32.87%
B = 38.61%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4BDDE (or 0xA4BDDE) is known color: Light Steel Blue. HEX triplet: A4, BD and DE. RGB value is (164,189,222). Sum of RGB (Red+Green+Blue) = 164+189+222=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDDE is #5B4221. Grayscale: #B9B9B9. Windows color (decimal): -5980706 or 14597540. OLE color: 14597540.

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

Color convert

RGB 164 189 222 -
CMYK 0.26 0.15 0 0.13
HSL 214.14º 0.47% 0.76% -
HSV(B) 214.14º 0.26% 0.87% -
XYZ 46.69 49.56 76.21 -
YUV 185.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 164 189 222 0.26 0.15 0 0.13 214.14 0.47 0.76
Hex A4 BD DE 1A F 0 D D6 2F 4C
Octal 244 275 336 32 17 0 15 326 57 114
Binary 10100100 10111101 11011110 11010 1111 0 1101 11010110 101111 1001100

Color Harmonies of #A4BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDDE

Black with #A4BDDE

Text Example


Text Example

White with #A4BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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