Shades of Light Steel Blue #B4C0D9
Tints of Light Steel Blue #B4C0D9
RGB
CMYK
RGB Variations
Color information
#B4C0D9 (or 0xB4C0D9) is known color: Light Steel Blue. HEX triplet: B4, C0 and D9. RGB value is (180,192,217). Sum of RGB (Red+Green+Blue) = 180+192+217=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4C0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0D9 is #4B3F26. Grayscale: #BFBFBF. Windows color (decimal): -4931367 or 14270644. OLE color: 14270644.
HSL color Cylindrical-coordinate representation of color #B4C0D9: hue angle of 220.54º 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 #B4C0D9 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 192 | 217 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.15 |
| HSL | 220.54º | 0.33% | 0.78% | - |
| HSV(B) | 220.54º | 0.17% | 0.85% | - |
| XYZ | 50.2 | 52.41 | 73.12 | - |
| YUV | 191.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 217 | 0.17 | 0.12 | 0 | 0.15 | 220.54 | 0.33 | 0.78 |
| Hex | B4 | C0 | D9 | 11 | C | 0 | F | DD | 21 | 4E |
| Octal | 264 | 300 | 331 | 21 | 14 | 0 | 17 | 335 | 41 | 116 |
| Binary | 10110100 | 11000000 | 11011001 | 10001 | 1100 | 0 | 1111 | 11011101 | 100001 | 1001110 |
Color Harmonies of #B4C0D9
Complementary color
Monochromatic Colors of #B4C0D9
Black with #B4C0D9
Text Example
Text Example
White with #B4C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0D9; }
p { color: rgb(180,192,217); }
H1.HeaderClassName
{
color: #B4C0D9;
}
.AnyTagClassName
{
color: #B4C0D9;
}
</style>
background-color css
<style>
a { background-color: #B4C0D9; }
a { background-color: rgb(180,192,217); }
div.DivClassName
{
background-color: #B4C0D9;
}
.BgClassName
{
background-color: #B4C0D9;
}
</style>
border-color css
<style>
span { border-color: #B4C0D9; }
span { border-color: rgb(180,192,217); }
td.TdClassName
{
border-color: #B4C0D9;
}
.TagClassName
{
border-color: #B4C0D9;
}
</style>