Html Css Color HEX #A1BADA Light Steel Blue

📋 copy color: '#A1BADA'

red 161 ◦ green 186 ◦ blue 218

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

Shades of Light Steel Blue #A1BADA

Tints of Light Steel Blue #A1BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 28.5%
G = 32.92%
B = 38.58%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1BADA (or 0xA1BADA) is known color: Light Steel Blue. HEX triplet: A1, BA and DA. RGB value is (161,186,218). Sum of RGB (Red+Green+Blue) = 161+186+218=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BADA is #5E4525. Grayscale: #B6B6B6. Windows color (decimal): -6178086 or 14334625. OLE color: 14334625.

HSL color Cylindrical-coordinate representation of color #A1BADA: hue angle of 213.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BADA is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 186 218 -
CMYK 0.26 0.15 0 0.15
HSL 213.68º 0.44% 0.74% -
HSV(B) 213.68º 0.26% 0.85% -
XYZ 44.91 47.76 73.18 -
YUV 182.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 161 186 218 0.26 0.15 0 0.15 213.68 0.44 0.74
Hex A1 BA DA 1A F 0 F D6 2C 4A
Octal 241 272 332 32 17 0 17 326 54 112
Binary 10100001 10111010 11011010 11010 1111 0 1111 11010110 101100 1001010

Color Harmonies of #A1BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BADA

Black with #A1BADA

Text Example


Text Example

White with #A1BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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