Shades of Light Steel Blue #B0BDDB
Tints of Light Steel Blue #B0BDDB
RGB
CMYK
RGB Variations
Color information
#B0BDDB (or 0xB0BDDB) is known color: Light Steel Blue. HEX triplet: B0, BD and DB. RGB value is (176,189,219). Sum of RGB (Red+Green+Blue) = 176+189+219=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDDB is #4F4224. Grayscale: #BCBCBC. Windows color (decimal): -5194277 or 14400944. OLE color: 14400944.
HSL color Cylindrical-coordinate representation of color #B0BDDB: hue angle of 221.86º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BDDB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 189 | 219 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.14 |
| HSL | 221.86º | 0.37% | 0.77% | - |
| HSV(B) | 221.86º | 0.2% | 0.86% | - |
| XYZ | 48.89 | 50.74 | 74.23 | - |
| YUV | 188.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 219 | 0.20 | 0.14 | 0 | 0.14 | 221.86 | 0.37 | 0.77 |
| Hex | B0 | BD | DB | 14 | E | 0 | E | DE | 25 | 4D |
| Octal | 260 | 275 | 333 | 24 | 16 | 0 | 16 | 336 | 45 | 115 |
| Binary | 10110000 | 10111101 | 11011011 | 10100 | 1110 | 0 | 1110 | 11011110 | 100101 | 1001101 |
Color Harmonies of #B0BDDB
Complementary color
Monochromatic Colors of #B0BDDB
Black with #B0BDDB
Text Example
Text Example
White with #B0BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDDB; }
p { color: rgb(176,189,219); }
H1.HeaderClassName
{
color: #B0BDDB;
}
.AnyTagClassName
{
color: #B0BDDB;
}
</style>
background-color css
<style>
a { background-color: #B0BDDB; }
a { background-color: rgb(176,189,219); }
div.DivClassName
{
background-color: #B0BDDB;
}
.BgClassName
{
background-color: #B0BDDB;
}
</style>
border-color css
<style>
span { border-color: #B0BDDB; }
span { border-color: rgb(176,189,219); }
td.TdClassName
{
border-color: #B0BDDB;
}
.TagClassName
{
border-color: #B0BDDB;
}
</style>