Html Css Color HEX #A2BDDC Light Steel Blue

📋 copy color: '#A2BDDC'

red 162 ◦ green 189 ◦ blue 220

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

Shades of Light Steel Blue #A2BDDC

Tints of Light Steel Blue #A2BDDC

RGB

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

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

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

R = 28.37%
G = 33.1%
B = 38.53%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2BDDC (or 0xA2BDDC) is known color: Light Steel Blue. HEX triplet: A2, BD and DC. RGB value is (162,189,220). Sum of RGB (Red+Green+Blue) = 162+189+220=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDDC is #5D4223. Grayscale: #B8B8B8. Windows color (decimal): -6111780 or 14466466. OLE color: 14466466.

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

Color convert

RGB 162 189 220 -
CMYK 0.26 0.14 0 0.14
HSL 212.07º 0.45% 0.75% -
HSV(B) 212.07º 0.26% 0.86% -
XYZ 46.02 49.24 74.79 -
YUV 184.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 162 189 220 0.26 0.14 0 0.14 212.07 0.45 0.75
Hex A2 BD DC 1A E 0 E D4 2D 4B
Octal 242 275 334 32 16 0 16 324 55 113
Binary 10100010 10111101 11011100 11010 1110 0 1110 11010100 101101 1001011

Color Harmonies of #A2BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDDC

Black with #A2BDDC

Text Example


Text Example

White with #A2BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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