Shades of Light Steel Blue #A2BADB
Tints of Light Steel Blue #A2BADB
RGB
CMYK
RGB Variations
Color information
#A2BADB (or 0xA2BADB) is known color: Light Steel Blue. HEX triplet: A2, BA and DB. RGB value is (162,186,219). Sum of RGB (Red+Green+Blue) = 162+186+219=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BADB is #5D4524. Grayscale: #B6B6B6. Windows color (decimal): -6112549 or 14400162. OLE color: 14400162.
HSL color Cylindrical-coordinate representation of color #A2BADB: hue angle of 214.74º degrees, saturation: 0.44, 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 #A2BADB is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 186 | 219 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.14 |
| HSL | 214.74º | 0.44% | 0.75% | - |
| HSV(B) | 214.74º | 0.26% | 0.86% | - |
| XYZ | 45.25 | 47.91 | 73.88 | - |
| YUV | 182.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 219 | 0.26 | 0.15 | 0 | 0.14 | 214.74 | 0.44 | 0.75 |
| Hex | A2 | BA | DB | 1A | F | 0 | E | D7 | 2C | 4B |
| Octal | 242 | 272 | 333 | 32 | 17 | 0 | 16 | 327 | 54 | 113 |
| Binary | 10100010 | 10111010 | 11011011 | 11010 | 1111 | 0 | 1110 | 11010111 | 101100 | 1001011 |
Color Harmonies of #A2BADB
Complementary color
Monochromatic Colors of #A2BADB
Black with #A2BADB
Text Example
Text Example
White with #A2BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BADB; }
p { color: rgb(162,186,219); }
H1.HeaderClassName
{
color: #A2BADB;
}
.AnyTagClassName
{
color: #A2BADB;
}
</style>
background-color css
<style>
a { background-color: #A2BADB; }
a { background-color: rgb(162,186,219); }
div.DivClassName
{
background-color: #A2BADB;
}
.BgClassName
{
background-color: #A2BADB;
}
</style>
border-color css
<style>
span { border-color: #A2BADB; }
span { border-color: rgb(162,186,219); }
td.TdClassName
{
border-color: #A2BADB;
}
.TagClassName
{
border-color: #A2BADB;
}
</style>