Shades of Light Steel Blue #B0BFDB
Tints of Light Steel Blue #B0BFDB
RGB
CMYK
RGB Variations
Color information
#B0BFDB (or 0xB0BFDB) is known color: Light Steel Blue. HEX triplet: B0, BF and DB. RGB value is (176,191,219). Sum of RGB (Red+Green+Blue) = 176+191+219=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 191 (75% from 255 or 32.59% 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 #B0BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFDB is #4F4024. Grayscale: #BDBDBD. Windows color (decimal): -5193765 or 14401456. OLE color: 14401456.
HSL color Cylindrical-coordinate representation of color #B0BFDB: hue angle of 219.07º 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 #B0BFDB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 191 | 219 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.14 |
| HSL | 219.07º | 0.37% | 0.77% | - |
| HSV(B) | 219.07º | 0.2% | 0.86% | - |
| XYZ | 49.32 | 51.61 | 74.38 | - |
| YUV | 189.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 219 | 0.20 | 0.13 | 0 | 0.14 | 219.07 | 0.37 | 0.77 |
| Hex | B0 | BF | DB | 14 | D | 0 | E | DB | 25 | 4D |
| Octal | 260 | 277 | 333 | 24 | 15 | 0 | 16 | 333 | 45 | 115 |
| Binary | 10110000 | 10111111 | 11011011 | 10100 | 1101 | 0 | 1110 | 11011011 | 100101 | 1001101 |
Color Harmonies of #B0BFDB
Complementary color
Monochromatic Colors of #B0BFDB
Black with #B0BFDB
Text Example
Text Example
White with #B0BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFDB; }
p { color: rgb(176,191,219); }
H1.HeaderClassName
{
color: #B0BFDB;
}
.AnyTagClassName
{
color: #B0BFDB;
}
</style>
background-color css
<style>
a { background-color: #B0BFDB; }
a { background-color: rgb(176,191,219); }
div.DivClassName
{
background-color: #B0BFDB;
}
.BgClassName
{
background-color: #B0BFDB;
}
</style>
border-color css
<style>
span { border-color: #B0BFDB; }
span { border-color: rgb(176,191,219); }
td.TdClassName
{
border-color: #B0BFDB;
}
.TagClassName
{
border-color: #B0BFDB;
}
</style>