Shades of Light Steel Blue #B3BDD9
Tints of Light Steel Blue #B3BDD9
RGB
CMYK
RGB Variations
Color information
#B3BDD9 (or 0xB3BDD9) is known color: Light Steel Blue. HEX triplet: B3, BD and D9. RGB value is (179,189,217). Sum of RGB (Red+Green+Blue) = 179+189+217=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDD9 is #4C4226. Grayscale: #BDBDBD. Windows color (decimal): -4997671 or 14269875. OLE color: 14269875.
HSL color Cylindrical-coordinate representation of color #B3BDD9: hue angle of 224.21º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BDD9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 189 | 217 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.15 |
| HSL | 224.21º | 0.33% | 0.78% | - |
| HSV(B) | 224.21º | 0.18% | 0.85% | - |
| XYZ | 49.31 | 50.99 | 72.89 | - |
| YUV | 189.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 217 | 0.18 | 0.13 | 0 | 0.15 | 224.21 | 0.33 | 0.78 |
| Hex | B3 | BD | D9 | 12 | D | 0 | F | E0 | 21 | 4E |
| Octal | 263 | 275 | 331 | 22 | 15 | 0 | 17 | 340 | 41 | 116 |
| Binary | 10110011 | 10111101 | 11011001 | 10010 | 1101 | 0 | 1111 | 11100000 | 100001 | 1001110 |
Color Harmonies of #B3BDD9
Complementary color
Monochromatic Colors of #B3BDD9
Black with #B3BDD9
Text Example
Text Example
White with #B3BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDD9; }
p { color: rgb(179,189,217); }
H1.HeaderClassName
{
color: #B3BDD9;
}
.AnyTagClassName
{
color: #B3BDD9;
}
</style>
background-color css
<style>
a { background-color: #B3BDD9; }
a { background-color: rgb(179,189,217); }
div.DivClassName
{
background-color: #B3BDD9;
}
.BgClassName
{
background-color: #B3BDD9;
}
</style>
border-color css
<style>
span { border-color: #B3BDD9; }
span { border-color: rgb(179,189,217); }
td.TdClassName
{
border-color: #B3BDD9;
}
.TagClassName
{
border-color: #B3BDD9;
}
</style>