Shades of Light Steel Blue #B0C6DC
Tints of Light Steel Blue #B0C6DC
RGB
CMYK
RGB Variations
Color information
#B0C6DC (or 0xB0C6DC) is known color: Light Steel Blue. HEX triplet: B0, C6 and DC. RGB value is (176,198,220). Sum of RGB (Red+Green+Blue) = 176+198+220=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6DC is #4F3923. Grayscale: #C1C1C1. Windows color (decimal): -5191972 or 14468784. OLE color: 14468784.
HSL color Cylindrical-coordinate representation of color #B0C6DC: hue angle of 210º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C6DC is Cyan = 0.2, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 198 | 220 | - |
| CMYK | 0.2 | 0.1 | 0 | 0.14 |
| HSL | 210º | 0.39% | 0.78% | - |
| HSV(B) | 210º | 0.2% | 0.86% | - |
| XYZ | 51.02 | 54.79 | 75.6 | - |
| YUV | 193.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 220 | 0.2 | 0.1 | 0 | 0.14 | 210 | 0.39 | 0.78 |
| Hex | B0 | C6 | DC | 14 | A | 0 | E | D2 | 27 | 4E |
| Octal | 260 | 306 | 334 | 24 | 12 | 0 | 16 | 322 | 47 | 116 |
| Binary | 10110000 | 11000110 | 11011100 | 10100 | 1010 | 0 | 1110 | 11010010 | 100111 | 1001110 |
Color Harmonies of #B0C6DC
Complementary color
Monochromatic Colors of #B0C6DC
Black with #B0C6DC
Text Example
Text Example
White with #B0C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6DC; }
p { color: rgb(176,198,220); }
H1.HeaderClassName
{
color: #B0C6DC;
}
.AnyTagClassName
{
color: #B0C6DC;
}
</style>
background-color css
<style>
a { background-color: #B0C6DC; }
a { background-color: rgb(176,198,220); }
div.DivClassName
{
background-color: #B0C6DC;
}
.BgClassName
{
background-color: #B0C6DC;
}
</style>
border-color css
<style>
span { border-color: #B0C6DC; }
span { border-color: rgb(176,198,220); }
td.TdClassName
{
border-color: #B0C6DC;
}
.TagClassName
{
border-color: #B0C6DC;
}
</style>