Html Css Color HEX #A6BADB Light Steel Blue

📋 copy color: '#A6BADB'

red 166 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A6BADB

Tints of Light Steel Blue #A6BADB

RGB

 RED value IS 166 (65.23% from 255) = 29.07%

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

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

R = 29.07%
G = 32.57%
B = 38.35%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6BADB (or 0xA6BADB) is known color: Light Steel Blue. HEX triplet: A6, BA and DB. RGB value is (166,186,219). Sum of RGB (Red+Green+Blue) = 166+186+219=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BADB is #594524. Grayscale: #B7B7B7. Windows color (decimal): -5850405 or 14400166. OLE color: 14400166.

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

Color convert

RGB 166 186 219 -
CMYK 0.24 0.15 0 0.14
HSL 217.36º 0.42% 0.75% -
HSV(B) 217.36º 0.24% 0.86% -
XYZ 46.07 48.34 73.92 -
YUV 183.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 166 186 219 0.24 0.15 0 0.14 217.36 0.42 0.75
Hex A6 BA DB 18 F 0 E D9 2A 4B
Octal 246 272 333 30 17 0 16 331 52 113
Binary 10100110 10111010 11011011 11000 1111 0 1110 11011001 101010 1001011

Color Harmonies of #A6BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BADB

Black with #A6BADB

Text Example


Text Example

White with #A6BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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