Html Css Color HEX #A6BADE Light Steel Blue

📋 copy color: '#A6BADE'

red 166 ◦ green 186 ◦ blue 222

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

Shades of Light Steel Blue #A6BADE

Tints of Light Steel Blue #A6BADE

RGB

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

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

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

R = 28.92%
G = 32.4%
B = 38.68%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6BADE (or 0xA6BADE) is known color: Light Steel Blue. HEX triplet: A6, BA and DE. RGB value is (166,186,222). Sum of RGB (Red+Green+Blue) = 166+186+222=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 186 (73.05% from 255 or 32.40% 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 #A6BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BADE is #594521. Grayscale: #B7B7B7. Windows color (decimal): -5850402 or 14596774. OLE color: 14596774.

HSL color Cylindrical-coordinate representation of color #A6BADE: hue angle of 218.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6BADE is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 186 222 -
CMYK 0.25 0.16 0 0.13
HSL 218.57º 0.46% 0.76% -
HSV(B) 218.57º 0.25% 0.87% -
XYZ 46.47 48.5 76.02 -
YUV 184.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 166 186 222 0.25 0.16 0 0.13 218.57 0.46 0.76
Hex A6 BA DE 19 10 0 D DB 2E 4C
Octal 246 272 336 31 20 0 15 333 56 114
Binary 10100110 10111010 11011110 11001 10000 0 1101 11011011 101110 1001100

Color Harmonies of #A6BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BADE

Black with #A6BADE

Text Example


Text Example

White with #A6BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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