Shades of Light Steel Blue #B6C0DC
Tints of Light Steel Blue #B6C0DC
RGB
CMYK
RGB Variations
Color information
#B6C0DC (or 0xB6C0DC) is known color: Light Steel Blue. HEX triplet: B6, C0 and DC. RGB value is (182,192,220). Sum of RGB (Red+Green+Blue) = 182+192+220=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 192 (75.39% from 255 or 32.32% 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 #B6C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0DC is #493F23. Grayscale: #C0C0C0. Windows color (decimal): -4800292 or 14467254. OLE color: 14467254.
HSL color Cylindrical-coordinate representation of color #B6C0DC: hue angle of 224.21º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6C0DC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 192 | 220 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.14 |
| HSL | 224.21º | 0.35% | 0.79% | - |
| HSV(B) | 224.21º | 0.17% | 0.86% | - |
| XYZ | 51.06 | 52.81 | 75.21 | - |
| YUV | 192.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 220 | 0.17 | 0.13 | 0 | 0.14 | 224.21 | 0.35 | 0.79 |
| Hex | B6 | C0 | DC | 11 | D | 0 | E | E0 | 23 | 4F |
| Octal | 266 | 300 | 334 | 21 | 15 | 0 | 16 | 340 | 43 | 117 |
| Binary | 10110110 | 11000000 | 11011100 | 10001 | 1101 | 0 | 1110 | 11100000 | 100011 | 1001111 |
Color Harmonies of #B6C0DC
Complementary color
Monochromatic Colors of #B6C0DC
Black with #B6C0DC
Text Example
Text Example
White with #B6C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C0DC; }
p { color: rgb(182,192,220); }
H1.HeaderClassName
{
color: #B6C0DC;
}
.AnyTagClassName
{
color: #B6C0DC;
}
</style>
background-color css
<style>
a { background-color: #B6C0DC; }
a { background-color: rgb(182,192,220); }
div.DivClassName
{
background-color: #B6C0DC;
}
.BgClassName
{
background-color: #B6C0DC;
}
</style>
border-color css
<style>
span { border-color: #B6C0DC; }
span { border-color: rgb(182,192,220); }
td.TdClassName
{
border-color: #B6C0DC;
}
.TagClassName
{
border-color: #B6C0DC;
}
</style>