Html Css Color HEX #A2BDDB Light Steel Blue

📋 copy color: '#A2BDDB'

red 162 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #A2BDDB

Tints of Light Steel Blue #A2BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 28.42%
G = 33.16%
B = 38.42%

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

#A2BDDB (or 0xA2BDDB) is known color: Light Steel Blue. HEX triplet: A2, BD and DB. RGB value is (162,189,219). Sum of RGB (Red+Green+Blue) = 162+189+219=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDDB is #5D4224. Grayscale: #B8B8B8. Windows color (decimal): -6111781 or 14400930. OLE color: 14400930.

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

Color convert

RGB 162 189 219 -
CMYK 0.26 0.14 0 0.14
HSL 211.58º 0.44% 0.75% -
HSV(B) 211.58º 0.26% 0.86% -
XYZ 45.88 49.19 74.09 -
YUV 184.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 162 189 219 0.26 0.14 0 0.14 211.58 0.44 0.75
Hex A2 BD DB 1A E 0 E D4 2C 4B
Octal 242 275 333 32 16 0 16 324 54 113
Binary 10100010 10111101 11011011 11010 1110 0 1110 11010100 101100 1001011

Color Harmonies of #A2BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDDB

Black with #A2BDDB

Text Example


Text Example

White with #A2BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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