Shades of Light Steel Blue #B1BEDB
Tints of Light Steel Blue #B1BEDB
RGB
CMYK
RGB Variations
Color information
#B1BEDB (or 0xB1BEDB) is known color: Light Steel Blue. HEX triplet: B1, BE and DB. RGB value is (177,190,219). Sum of RGB (Red+Green+Blue) = 177+190+219=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEDB is #4E4124. Grayscale: #BDBDBD. Windows color (decimal): -5128485 or 14401201. OLE color: 14401201.
HSL color Cylindrical-coordinate representation of color #B1BEDB: hue angle of 221.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1BEDB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 190 | 219 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.14 |
| HSL | 221.43º | 0.37% | 0.78% | - |
| HSV(B) | 221.43º | 0.19% | 0.86% | - |
| XYZ | 49.33 | 51.29 | 74.32 | - |
| YUV | 189.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 219 | 0.19 | 0.13 | 0 | 0.14 | 221.43 | 0.37 | 0.78 |
| Hex | B1 | BE | DB | 13 | D | 0 | E | DD | 25 | 4E |
| Octal | 261 | 276 | 333 | 23 | 15 | 0 | 16 | 335 | 45 | 116 |
| Binary | 10110001 | 10111110 | 11011011 | 10011 | 1101 | 0 | 1110 | 11011101 | 100101 | 1001110 |
Color Harmonies of #B1BEDB
Complementary color
Monochromatic Colors of #B1BEDB
Black with #B1BEDB
Text Example
Text Example
White with #B1BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEDB; }
p { color: rgb(177,190,219); }
H1.HeaderClassName
{
color: #B1BEDB;
}
.AnyTagClassName
{
color: #B1BEDB;
}
</style>
background-color css
<style>
a { background-color: #B1BEDB; }
a { background-color: rgb(177,190,219); }
div.DivClassName
{
background-color: #B1BEDB;
}
.BgClassName
{
background-color: #B1BEDB;
}
</style>
border-color css
<style>
span { border-color: #B1BEDB; }
span { border-color: rgb(177,190,219); }
td.TdClassName
{
border-color: #B1BEDB;
}
.TagClassName
{
border-color: #B1BEDB;
}
</style>