Shades of Light Steel Blue #B0BEDC
Tints of Light Steel Blue #B0BEDC
RGB
CMYK
RGB Variations
Color information
#B0BEDC (or 0xB0BEDC) is known color: Light Steel Blue. HEX triplet: B0, BE and DC. RGB value is (176,190,220). Sum of RGB (Red+Green+Blue) = 176+190+220=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEDC is #4F4123. Grayscale: #BDBDBD. Windows color (decimal): -5194020 or 14466736. OLE color: 14466736.
HSL color Cylindrical-coordinate representation of color #B0BEDC: hue angle of 220.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BEDC is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 190 | 220 | - |
| CMYK | 0.2 | 0.14 | 0 | 0.14 |
| HSL | 220.91º | 0.39% | 0.78% | - |
| HSV(B) | 220.91º | 0.2% | 0.86% | - |
| XYZ | 49.24 | 51.22 | 75 | - |
| YUV | 189.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 220 | 0.2 | 0.14 | 0 | 0.14 | 220.91 | 0.39 | 0.78 |
| Hex | B0 | BE | DC | 14 | E | 0 | E | DD | 27 | 4E |
| Octal | 260 | 276 | 334 | 24 | 16 | 0 | 16 | 335 | 47 | 116 |
| Binary | 10110000 | 10111110 | 11011100 | 10100 | 1110 | 0 | 1110 | 11011101 | 100111 | 1001110 |
Color Harmonies of #B0BEDC
Complementary color
Monochromatic Colors of #B0BEDC
Black with #B0BEDC
Text Example
Text Example
White with #B0BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEDC; }
p { color: rgb(176,190,220); }
H1.HeaderClassName
{
color: #B0BEDC;
}
.AnyTagClassName
{
color: #B0BEDC;
}
</style>
background-color css
<style>
a { background-color: #B0BEDC; }
a { background-color: rgb(176,190,220); }
div.DivClassName
{
background-color: #B0BEDC;
}
.BgClassName
{
background-color: #B0BEDC;
}
</style>
border-color css
<style>
span { border-color: #B0BEDC; }
span { border-color: rgb(176,190,220); }
td.TdClassName
{
border-color: #B0BEDC;
}
.TagClassName
{
border-color: #B0BEDC;
}
</style>