Shades of Light Steel Blue #B2BEDB
Tints of Light Steel Blue #B2BEDB
RGB
CMYK
RGB Variations
Color information
#B2BEDB (or 0xB2BEDB) is known color: Light Steel Blue. HEX triplet: B2, BE and DB. RGB value is (178,190,219). Sum of RGB (Red+Green+Blue) = 178+190+219=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEDB is #4D4124. Grayscale: #BDBDBD. Windows color (decimal): -5062949 or 14401202. OLE color: 14401202.
HSL color Cylindrical-coordinate representation of color #B2BEDB: hue angle of 222.44º degrees, saturation: 0.36, 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 #B2BEDB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 190 | 219 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.14 |
| HSL | 222.44º | 0.36% | 0.78% | - |
| HSV(B) | 222.44º | 0.19% | 0.86% | - |
| XYZ | 49.56 | 51.41 | 74.33 | - |
| YUV | 189.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 219 | 0.19 | 0.13 | 0 | 0.14 | 222.44 | 0.36 | 0.78 |
| Hex | B2 | BE | DB | 13 | D | 0 | E | DE | 24 | 4E |
| Octal | 262 | 276 | 333 | 23 | 15 | 0 | 16 | 336 | 44 | 116 |
| Binary | 10110010 | 10111110 | 11011011 | 10011 | 1101 | 0 | 1110 | 11011110 | 100100 | 1001110 |
Color Harmonies of #B2BEDB
Complementary color
Monochromatic Colors of #B2BEDB
Black with #B2BEDB
Text Example
Text Example
White with #B2BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEDB; }
p { color: rgb(178,190,219); }
H1.HeaderClassName
{
color: #B2BEDB;
}
.AnyTagClassName
{
color: #B2BEDB;
}
</style>
background-color css
<style>
a { background-color: #B2BEDB; }
a { background-color: rgb(178,190,219); }
div.DivClassName
{
background-color: #B2BEDB;
}
.BgClassName
{
background-color: #B2BEDB;
}
</style>
border-color css
<style>
span { border-color: #B2BEDB; }
span { border-color: rgb(178,190,219); }
td.TdClassName
{
border-color: #B2BEDB;
}
.TagClassName
{
border-color: #B2BEDB;
}
</style>