Html Css Color HEX #A2BEDA Light Steel Blue

📋 copy color: '#A2BEDA'

red 162 ◦ green 190 ◦ blue 218

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

Shades of Light Steel Blue #A2BEDA

Tints of Light Steel Blue #A2BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 28.42%
G = 33.33%
B = 38.25%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A2BEDA (or 0xA2BEDA) is known color: Light Steel Blue. HEX triplet: A2, BE and DA. RGB value is (162,190,218). Sum of RGB (Red+Green+Blue) = 162+190+218=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #A2BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEDA is #5D4125. Grayscale: #B8B8B8. Windows color (decimal): -6111526 or 14335650. OLE color: 14335650.

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

Color convert

RGB 162 190 218 -
CMYK 0.26 0.13 0 0.15
HSL 210º 0.43% 0.75% -
HSV(B) 210º 0.26% 0.85% -
XYZ 45.97 49.57 73.47 -
YUV 184.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 162 190 218 0.26 0.13 0 0.15 210 0.43 0.75
Hex A2 BE DA 1A D 0 F D2 2B 4B
Octal 242 276 332 32 15 0 17 322 53 113
Binary 10100010 10111110 11011010 11010 1101 0 1111 11010010 101011 1001011

Color Harmonies of #A2BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEDA

Black with #A2BEDA

Text Example


Text Example

White with #A2BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEDA; }

 p { color: rgb(162,190,218); }

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

background-color css

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

 a { background-color: rgb(162,190,218); }

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

border-color css

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

 span { border-color: rgb(162,190,218); }

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