Shades of Light Steel Blue #B3BFDB
Tints of Light Steel Blue #B3BFDB
RGB
CMYK
RGB Variations
Color information
#B3BFDB (or 0xB3BFDB) is known color: Light Steel Blue. HEX triplet: B3, BF and DB. RGB value is (179,191,219). Sum of RGB (Red+Green+Blue) = 179+191+219=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFDB is #4C4024. Grayscale: #BEBEBE. Windows color (decimal): -4997157 or 14401459. OLE color: 14401459.
HSL color Cylindrical-coordinate representation of color #B3BFDB: hue angle of 222º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BFDB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 191 | 219 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.14 |
| HSL | 222º | 0.36% | 0.78% | - |
| HSV(B) | 222º | 0.18% | 0.86% | - |
| XYZ | 50.01 | 51.96 | 74.41 | - |
| YUV | 190.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 219 | 0.18 | 0.13 | 0 | 0.14 | 222 | 0.36 | 0.78 |
| Hex | B3 | BF | DB | 12 | D | 0 | E | DE | 24 | 4E |
| Octal | 263 | 277 | 333 | 22 | 15 | 0 | 16 | 336 | 44 | 116 |
| Binary | 10110011 | 10111111 | 11011011 | 10010 | 1101 | 0 | 1110 | 11011110 | 100100 | 1001110 |
Color Harmonies of #B3BFDB
Complementary color
Monochromatic Colors of #B3BFDB
Black with #B3BFDB
Text Example
Text Example
White with #B3BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFDB; }
p { color: rgb(179,191,219); }
H1.HeaderClassName
{
color: #B3BFDB;
}
.AnyTagClassName
{
color: #B3BFDB;
}
</style>
background-color css
<style>
a { background-color: #B3BFDB; }
a { background-color: rgb(179,191,219); }
div.DivClassName
{
background-color: #B3BFDB;
}
.BgClassName
{
background-color: #B3BFDB;
}
</style>
border-color css
<style>
span { border-color: #B3BFDB; }
span { border-color: rgb(179,191,219); }
td.TdClassName
{
border-color: #B3BFDB;
}
.TagClassName
{
border-color: #B3BFDB;
}
</style>