Shades of Light Steel Blue #B1BEDC
Tints of Light Steel Blue #B1BEDC
RGB
CMYK
RGB Variations
Color information
#B1BEDC (or 0xB1BEDC) is known color: Light Steel Blue. HEX triplet: B1, BE and DC. RGB value is (177,190,220). Sum of RGB (Red+Green+Blue) = 177+190+220=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEDC is #4E4123. Grayscale: #BDBDBD. Windows color (decimal): -5128484 or 14466737. OLE color: 14466737.
HSL color Cylindrical-coordinate representation of color #B1BEDC: hue angle of 221.86º degrees, saturation: 0.38, 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 #B1BEDC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 190 | 220 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.14 |
| HSL | 221.86º | 0.38% | 0.78% | - |
| HSV(B) | 221.86º | 0.2% | 0.86% | - |
| XYZ | 49.46 | 51.34 | 75.01 | - |
| YUV | 189.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 220 | 0.20 | 0.14 | 0 | 0.14 | 221.86 | 0.38 | 0.78 |
| Hex | B1 | BE | DC | 14 | E | 0 | E | DE | 26 | 4E |
| Octal | 261 | 276 | 334 | 24 | 16 | 0 | 16 | 336 | 46 | 116 |
| Binary | 10110001 | 10111110 | 11011100 | 10100 | 1110 | 0 | 1110 | 11011110 | 100110 | 1001110 |
Color Harmonies of #B1BEDC
Complementary color
Monochromatic Colors of #B1BEDC
Black with #B1BEDC
Text Example
Text Example
White with #B1BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEDC; }
p { color: rgb(177,190,220); }
H1.HeaderClassName
{
color: #B1BEDC;
}
.AnyTagClassName
{
color: #B1BEDC;
}
</style>
background-color css
<style>
a { background-color: #B1BEDC; }
a { background-color: rgb(177,190,220); }
div.DivClassName
{
background-color: #B1BEDC;
}
.BgClassName
{
background-color: #B1BEDC;
}
</style>
border-color css
<style>
span { border-color: #B1BEDC; }
span { border-color: rgb(177,190,220); }
td.TdClassName
{
border-color: #B1BEDC;
}
.TagClassName
{
border-color: #B1BEDC;
}
</style>