Shades of Light Steel Blue #B4BED9
Tints of Light Steel Blue #B4BED9
RGB
CMYK
RGB Variations
Color information
#B4BED9 (or 0xB4BED9) is known color: Light Steel Blue. HEX triplet: B4, BE and D9. RGB value is (180,190,217). Sum of RGB (Red+Green+Blue) = 180+190+217=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BED9 is #4B4126. Grayscale: #BDBDBD. Windows color (decimal): -4931879 or 14270132. OLE color: 14270132.
HSL color Cylindrical-coordinate representation of color #B4BED9: hue angle of 223.78º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4BED9 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 190 | 217 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.15 |
| HSL | 223.78º | 0.33% | 0.78% | - |
| HSV(B) | 223.78º | 0.17% | 0.85% | - |
| XYZ | 49.76 | 51.54 | 72.97 | - |
| YUV | 190.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 217 | 0.17 | 0.12 | 0 | 0.15 | 223.78 | 0.33 | 0.78 |
| Hex | B4 | BE | D9 | 11 | C | 0 | F | E0 | 21 | 4E |
| Octal | 264 | 276 | 331 | 21 | 14 | 0 | 17 | 340 | 41 | 116 |
| Binary | 10110100 | 10111110 | 11011001 | 10001 | 1100 | 0 | 1111 | 11100000 | 100001 | 1001110 |
Color Harmonies of #B4BED9
Complementary color
Monochromatic Colors of #B4BED9
Black with #B4BED9
Text Example
Text Example
White with #B4BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BED9; }
p { color: rgb(180,190,217); }
H1.HeaderClassName
{
color: #B4BED9;
}
.AnyTagClassName
{
color: #B4BED9;
}
</style>
background-color css
<style>
a { background-color: #B4BED9; }
a { background-color: rgb(180,190,217); }
div.DivClassName
{
background-color: #B4BED9;
}
.BgClassName
{
background-color: #B4BED9;
}
</style>
border-color css
<style>
span { border-color: #B4BED9; }
span { border-color: rgb(180,190,217); }
td.TdClassName
{
border-color: #B4BED9;
}
.TagClassName
{
border-color: #B4BED9;
}
</style>