Html Css Color HEX #A7BADB Light Steel Blue

📋 copy color: '#A7BADB'

red 167 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A7BADB

Tints of Light Steel Blue #A7BADB

RGB

 RED value IS 167 (65.63% from 255) = 29.2%

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

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

R = 29.2%
G = 32.52%
B = 38.29%

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

#A7BADB (or 0xA7BADB) is known color: Light Steel Blue. HEX triplet: A7, BA and DB. RGB value is (167,186,219). Sum of RGB (Red+Green+Blue) = 167+186+219=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BADB is #584524. Grayscale: #B7B7B7. Windows color (decimal): -5784869 or 14400167. OLE color: 14400167.

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

Color convert

RGB 167 186 219 -
CMYK 0.24 0.15 0 0.14
HSL 218.08º 0.42% 0.76% -
HSV(B) 218.08º 0.24% 0.86% -
XYZ 46.28 48.45 73.93 -
YUV 184.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 167 186 219 0.24 0.15 0 0.14 218.08 0.42 0.76
Hex A7 BA DB 18 F 0 E DA 2A 4C
Octal 247 272 333 30 17 0 16 332 52 114
Binary 10100111 10111010 11011011 11000 1111 0 1110 11011010 101010 1001100

Color Harmonies of #A7BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BADB

Black with #A7BADB

Text Example


Text Example

White with #A7BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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