Html Css Color HEX #A2BEDE Light Steel Blue

📋 copy color: '#A2BEDE'

red 162 ◦ green 190 ◦ blue 222

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

Shades of Light Steel Blue #A2BEDE

Tints of Light Steel Blue #A2BEDE

RGB

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

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

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

R = 28.22%
G = 33.1%
B = 38.68%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2BEDE (or 0xA2BEDE) is known color: Light Steel Blue. HEX triplet: A2, BE and DE. RGB value is (162,190,222). Sum of RGB (Red+Green+Blue) = 162+190+222=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEDE is #5D4121. Grayscale: #B9B9B9. Windows color (decimal): -6111522 or 14597794. OLE color: 14597794.

HSL color Cylindrical-coordinate representation of color #A2BEDE: hue angle of 212º 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 #A2BEDE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 190 222 -
CMYK 0.27 0.14 0 0.13
HSL 212º 0.48% 0.75% -
HSV(B) 212º 0.27% 0.87% -
XYZ 46.5 49.78 76.27 -
YUV 185.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 162 190 222 0.27 0.14 0 0.13 212 0.48 0.75
Hex A2 BE DE 1B E 0 D D4 30 4B
Octal 242 276 336 33 16 0 15 324 60 113
Binary 10100010 10111110 11011110 11011 1110 0 1101 11010100 110000 1001011

Color Harmonies of #A2BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEDE

Black with #A2BEDE

Text Example


Text Example

White with #A2BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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