Shades of Light Steel Blue #B3C0DC
Tints of Light Steel Blue #B3C0DC
RGB
CMYK
RGB Variations
Color information
#B3C0DC (or 0xB3C0DC) is known color: Light Steel Blue. HEX triplet: B3, C0 and DC. RGB value is (179,192,220). Sum of RGB (Red+Green+Blue) = 179+192+220=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0DC is #4C3F23. Grayscale: #BFBFBF. Windows color (decimal): -4996900 or 14467251. OLE color: 14467251.
HSL color Cylindrical-coordinate representation of color #B3C0DC: hue angle of 220.98º degrees, saturation: 0.37, 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 #B3C0DC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 192 | 220 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.14 |
| HSL | 220.98º | 0.37% | 0.78% | - |
| HSV(B) | 220.98º | 0.19% | 0.86% | - |
| XYZ | 50.36 | 52.45 | 75.18 | - |
| YUV | 191.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 220 | 0.19 | 0.13 | 0 | 0.14 | 220.98 | 0.37 | 0.78 |
| Hex | B3 | C0 | DC | 13 | D | 0 | E | DD | 25 | 4E |
| Octal | 263 | 300 | 334 | 23 | 15 | 0 | 16 | 335 | 45 | 116 |
| Binary | 10110011 | 11000000 | 11011100 | 10011 | 1101 | 0 | 1110 | 11011101 | 100101 | 1001110 |
Color Harmonies of #B3C0DC
Complementary color
Monochromatic Colors of #B3C0DC
Black with #B3C0DC
Text Example
Text Example
White with #B3C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0DC; }
p { color: rgb(179,192,220); }
H1.HeaderClassName
{
color: #B3C0DC;
}
.AnyTagClassName
{
color: #B3C0DC;
}
</style>
background-color css
<style>
a { background-color: #B3C0DC; }
a { background-color: rgb(179,192,220); }
div.DivClassName
{
background-color: #B3C0DC;
}
.BgClassName
{
background-color: #B3C0DC;
}
</style>
border-color css
<style>
span { border-color: #B3C0DC; }
span { border-color: rgb(179,192,220); }
td.TdClassName
{
border-color: #B3C0DC;
}
.TagClassName
{
border-color: #B3C0DC;
}
</style>