Html Css Color HEX #A2BDDE Light Steel Blue

📋 copy color: '#A2BDDE'

red 162 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #A2BDDE

Tints of Light Steel Blue #A2BDDE

RGB

 RED value IS 162 (63.67% from 255) = 28.27%

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

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

R = 28.27%
G = 32.98%
B = 38.74%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2BDDE (or 0xA2BDDE) is known color: Light Steel Blue. HEX triplet: A2, BD and DE. RGB value is (162,189,222). Sum of RGB (Red+Green+Blue) = 162+189+222=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDDE is #5D4221. Grayscale: #B8B8B8. Windows color (decimal): -6111778 or 14597538. OLE color: 14597538.

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

Color convert

RGB 162 189 222 -
CMYK 0.27 0.15 0 0.13
HSL 213º 0.48% 0.75% -
HSV(B) 213º 0.27% 0.87% -
XYZ 46.28 49.35 76.19 -
YUV 184.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 162 189 222 0.27 0.15 0 0.13 213 0.48 0.75
Hex A2 BD DE 1B F 0 D D5 30 4B
Octal 242 275 336 33 17 0 15 325 60 113
Binary 10100010 10111101 11011110 11011 1111 0 1101 11010101 110000 1001011

Color Harmonies of #A2BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDDE

Black with #A2BDDE

Text Example


Text Example

White with #A2BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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