Shades of Light Steel Blue #B2BEDC
Tints of Light Steel Blue #B2BEDC
RGB
CMYK
RGB Variations
Color information
#B2BEDC (or 0xB2BEDC) is known color: Light Steel Blue. HEX triplet: B2, BE and DC. RGB value is (178,190,220). Sum of RGB (Red+Green+Blue) = 178+190+220=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEDC is #4D4123. Grayscale: #BDBDBD. Windows color (decimal): -5062948 or 14466738. OLE color: 14466738.
HSL color Cylindrical-coordinate representation of color #B2BEDC: hue angle of 222.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BEDC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 190 | 220 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.14 |
| HSL | 222.86º | 0.38% | 0.78% | - |
| HSV(B) | 222.86º | 0.19% | 0.86% | - |
| XYZ | 49.69 | 51.46 | 75.02 | - |
| YUV | 189.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 220 | 0.19 | 0.14 | 0 | 0.14 | 222.86 | 0.38 | 0.78 |
| Hex | B2 | BE | DC | 13 | E | 0 | E | DF | 26 | 4E |
| Octal | 262 | 276 | 334 | 23 | 16 | 0 | 16 | 337 | 46 | 116 |
| Binary | 10110010 | 10111110 | 11011100 | 10011 | 1110 | 0 | 1110 | 11011111 | 100110 | 1001110 |
Color Harmonies of #B2BEDC
Complementary color
Monochromatic Colors of #B2BEDC
Black with #B2BEDC
Text Example
Text Example
White with #B2BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEDC; }
p { color: rgb(178,190,220); }
H1.HeaderClassName
{
color: #B2BEDC;
}
.AnyTagClassName
{
color: #B2BEDC;
}
</style>
background-color css
<style>
a { background-color: #B2BEDC; }
a { background-color: rgb(178,190,220); }
div.DivClassName
{
background-color: #B2BEDC;
}
.BgClassName
{
background-color: #B2BEDC;
}
</style>
border-color css
<style>
span { border-color: #B2BEDC; }
span { border-color: rgb(178,190,220); }
td.TdClassName
{
border-color: #B2BEDC;
}
.TagClassName
{
border-color: #B2BEDC;
}
</style>