Html Css Color HEX #A3BADB Light Steel Blue

📋 copy color: '#A3BADB'

red 163 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A3BADB

Tints of Light Steel Blue #A3BADB

RGB

 RED value IS 163 (64.06% from 255) = 28.7%

 GREEN value IS 186 (73.05% from 255) = 32.75%

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

R = 28.7%
G = 32.75%
B = 38.56%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3BADB (or 0xA3BADB) is known color: Light Steel Blue. HEX triplet: A3, BA and DB. RGB value is (163,186,219). Sum of RGB (Red+Green+Blue) = 163+186+219=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BADB is #5C4524. Grayscale: #B6B6B6. Windows color (decimal): -6047013 or 14400163. OLE color: 14400163.

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

Color convert

RGB 163 186 219 -
CMYK 0.26 0.15 0 0.14
HSL 215.36º 0.44% 0.75% -
HSV(B) 215.36º 0.26% 0.86% -
XYZ 45.45 48.02 73.89 -
YUV 182.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 163 186 219 0.26 0.15 0 0.14 215.36 0.44 0.75
Hex A3 BA DB 1A F 0 E D7 2C 4B
Octal 243 272 333 32 17 0 16 327 54 113
Binary 10100011 10111010 11011011 11010 1111 0 1110 11010111 101100 1001011

Color Harmonies of #A3BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BADB

Black with #A3BADB

Text Example


Text Example

White with #A3BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BADB; }

 p { color: rgb(163,186,219); }

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

background-color css

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

 a { background-color: rgb(163,186,219); }

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

border-color css

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

 span { border-color: rgb(163,186,219); }

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