Html Css Color HEX #A1BADB Light Steel Blue

📋 copy color: '#A1BADB'

red 161 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A1BADB

Tints of Light Steel Blue #A1BADB

RGB

 RED value IS 161 (63.28% from 255) = 28.45%

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

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

R = 28.45%
G = 32.86%
B = 38.69%

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

#A1BADB (or 0xA1BADB) is known color: Light Steel Blue. HEX triplet: A1, BA and DB. RGB value is (161,186,219). Sum of RGB (Red+Green+Blue) = 161+186+219=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BADB is #5E4524. Grayscale: #B6B6B6. Windows color (decimal): -6178085 or 14400161. OLE color: 14400161.

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

Color convert

RGB 161 186 219 -
CMYK 0.26 0.15 0 0.14
HSL 214.14º 0.45% 0.75% -
HSV(B) 214.14º 0.26% 0.86% -
XYZ 45.04 47.81 73.87 -
YUV 182.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 161 186 219 0.26 0.15 0 0.14 214.14 0.45 0.75
Hex A1 BA DB 1A F 0 E D6 2D 4B
Octal 241 272 333 32 17 0 16 326 55 113
Binary 10100001 10111010 11011011 11010 1111 0 1110 11010110 101101 1001011

Color Harmonies of #A1BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BADB

Black with #A1BADB

Text Example


Text Example

White with #A1BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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