Html Css Color HEX #A0BADB Light Steel Blue

📋 copy color: '#A0BADB'

red 160 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A0BADB

Tints of Light Steel Blue #A0BADB

RGB

 RED value IS 160 (62.89% from 255) = 28.32%

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

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

R = 28.32%
G = 32.92%
B = 38.76%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0BADB (or 0xA0BADB) is known color: Light Steel Blue. HEX triplet: A0, BA and DB. RGB value is (160,186,219). Sum of RGB (Red+Green+Blue) = 160+186+219=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BADB is #5F4524. Grayscale: #B5B5B5. Windows color (decimal): -6243621 or 14400160. OLE color: 14400160.

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

Color convert

RGB 160 186 219 -
CMYK 0.27 0.15 0 0.14
HSL 213.56º 0.45% 0.74% -
HSV(B) 213.56º 0.27% 0.86% -
XYZ 44.84 47.71 73.86 -
YUV 181.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 160 186 219 0.27 0.15 0 0.14 213.56 0.45 0.74
Hex A0 BA DB 1B F 0 E D6 2D 4A
Octal 240 272 333 33 17 0 16 326 55 112
Binary 10100000 10111010 11011011 11011 1111 0 1110 11010110 101101 1001010

Color Harmonies of #A0BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BADB

Black with #A0BADB

Text Example


Text Example

White with #A0BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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