Shades of Light Steel Blue #B3BEDA
Tints of Light Steel Blue #B3BEDA
RGB
CMYK
RGB Variations
Color information
#B3BEDA (or 0xB3BEDA) is known color: Light Steel Blue. HEX triplet: B3, BE and DA. RGB value is (179,190,218). Sum of RGB (Red+Green+Blue) = 179+190+218=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEDA is #4C4125. Grayscale: #BDBDBD. Windows color (decimal): -4997414 or 14335667. OLE color: 14335667.
HSL color Cylindrical-coordinate representation of color #B3BEDA: hue angle of 223.08º degrees, saturation: 0.35, 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 #B3BEDA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 190 | 218 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.15 |
| HSL | 223.08º | 0.35% | 0.78% | - |
| HSV(B) | 223.08º | 0.18% | 0.85% | - |
| XYZ | 49.66 | 51.47 | 73.65 | - |
| YUV | 189.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 218 | 0.18 | 0.13 | 0 | 0.15 | 223.08 | 0.35 | 0.78 |
| Hex | B3 | BE | DA | 12 | D | 0 | F | DF | 23 | 4E |
| Octal | 263 | 276 | 332 | 22 | 15 | 0 | 17 | 337 | 43 | 116 |
| Binary | 10110011 | 10111110 | 11011010 | 10010 | 1101 | 0 | 1111 | 11011111 | 100011 | 1001110 |
Color Harmonies of #B3BEDA
Complementary color
Monochromatic Colors of #B3BEDA
Black with #B3BEDA
Text Example
Text Example
White with #B3BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEDA; }
p { color: rgb(179,190,218); }
H1.HeaderClassName
{
color: #B3BEDA;
}
.AnyTagClassName
{
color: #B3BEDA;
}
</style>
background-color css
<style>
a { background-color: #B3BEDA; }
a { background-color: rgb(179,190,218); }
div.DivClassName
{
background-color: #B3BEDA;
}
.BgClassName
{
background-color: #B3BEDA;
}
</style>
border-color css
<style>
span { border-color: #B3BEDA; }
span { border-color: rgb(179,190,218); }
td.TdClassName
{
border-color: #B3BEDA;
}
.TagClassName
{
border-color: #B3BEDA;
}
</style>