Shades of Light Steel Blue #B5BFDB
Tints of Light Steel Blue #B5BFDB
RGB
CMYK
RGB Variations
Color information
#B5BFDB (or 0xB5BFDB) is known color: Light Steel Blue. HEX triplet: B5, BF and DB. RGB value is (181,191,219). Sum of RGB (Red+Green+Blue) = 181+191+219=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFDB is #4A4024. Grayscale: #BFBFBF. Windows color (decimal): -4866085 or 14401461. OLE color: 14401461.
HSL color Cylindrical-coordinate representation of color #B5BFDB: hue angle of 224.21º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BFDB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 191 | 219 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.14 |
| HSL | 224.21º | 0.35% | 0.78% | - |
| HSV(B) | 224.21º | 0.17% | 0.86% | - |
| XYZ | 50.47 | 52.2 | 74.43 | - |
| YUV | 191.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 219 | 0.17 | 0.13 | 0 | 0.14 | 224.21 | 0.35 | 0.78 |
| Hex | B5 | BF | DB | 11 | D | 0 | E | E0 | 23 | 4E |
| Octal | 265 | 277 | 333 | 21 | 15 | 0 | 16 | 340 | 43 | 116 |
| Binary | 10110101 | 10111111 | 11011011 | 10001 | 1101 | 0 | 1110 | 11100000 | 100011 | 1001110 |
Color Harmonies of #B5BFDB
Complementary color
Monochromatic Colors of #B5BFDB
Black with #B5BFDB
Text Example
Text Example
White with #B5BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFDB; }
p { color: rgb(181,191,219); }
H1.HeaderClassName
{
color: #B5BFDB;
}
.AnyTagClassName
{
color: #B5BFDB;
}
</style>
background-color css
<style>
a { background-color: #B5BFDB; }
a { background-color: rgb(181,191,219); }
div.DivClassName
{
background-color: #B5BFDB;
}
.BgClassName
{
background-color: #B5BFDB;
}
</style>
border-color css
<style>
span { border-color: #B5BFDB; }
span { border-color: rgb(181,191,219); }
td.TdClassName
{
border-color: #B5BFDB;
}
.TagClassName
{
border-color: #B5BFDB;
}
</style>