Shades of Light Steel Blue #B0C6DF
Tints of Light Steel Blue #B0C6DF
RGB
CMYK
RGB Variations
Color information
#B0C6DF (or 0xB0C6DF) is known color: Light Steel Blue. HEX triplet: B0, C6 and DF. RGB value is (176,198,223). Sum of RGB (Red+Green+Blue) = 176+198+223=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0C6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6DF is #4F3920. Grayscale: #C2C2C2. Windows color (decimal): -5191969 or 14665392. OLE color: 14665392.
HSL color Cylindrical-coordinate representation of color #B0C6DF: hue angle of 211.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0C6DF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 198 | 223 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.13 |
| HSL | 211.91º | 0.42% | 0.78% | - |
| HSV(B) | 211.91º | 0.21% | 0.87% | - |
| XYZ | 51.42 | 54.95 | 77.71 | - |
| YUV | 194.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 223 | 0.21 | 0.11 | 0 | 0.13 | 211.91 | 0.42 | 0.78 |
| Hex | B0 | C6 | DF | 15 | B | 0 | D | D4 | 2A | 4E |
| Octal | 260 | 306 | 337 | 25 | 13 | 0 | 15 | 324 | 52 | 116 |
| Binary | 10110000 | 11000110 | 11011111 | 10101 | 1011 | 0 | 1101 | 11010100 | 101010 | 1001110 |
Color Harmonies of #B0C6DF
Complementary color
Monochromatic Colors of #B0C6DF
Black with #B0C6DF
Text Example
Text Example
White with #B0C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6DF; }
p { color: rgb(176,198,223); }
H1.HeaderClassName
{
color: #B0C6DF;
}
.AnyTagClassName
{
color: #B0C6DF;
}
</style>
background-color css
<style>
a { background-color: #B0C6DF; }
a { background-color: rgb(176,198,223); }
div.DivClassName
{
background-color: #B0C6DF;
}
.BgClassName
{
background-color: #B0C6DF;
}
</style>
border-color css
<style>
span { border-color: #B0C6DF; }
span { border-color: rgb(176,198,223); }
td.TdClassName
{
border-color: #B0C6DF;
}
.TagClassName
{
border-color: #B0C6DF;
}
</style>