Shades of Light Steel Blue #B6C1DD
Tints of Light Steel Blue #B6C1DD
RGB
CMYK
RGB Variations
Color information
#B6C1DD (or 0xB6C1DD) is known color: Light Steel Blue. HEX triplet: B6, C1 and DD. RGB value is (182,193,221). Sum of RGB (Red+Green+Blue) = 182+193+221=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C1DD is #493E22. Grayscale: #C0C0C0. Windows color (decimal): -4800035 or 14533046. OLE color: 14533046.
HSL color Cylindrical-coordinate representation of color #B6C1DD: hue angle of 223.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6C1DD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 193 | 221 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.13 |
| HSL | 223.08º | 0.36% | 0.79% | - |
| HSV(B) | 223.08º | 0.18% | 0.87% | - |
| XYZ | 51.41 | 53.31 | 75.99 | - |
| YUV | 192.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 221 | 0.18 | 0.13 | 0 | 0.13 | 223.08 | 0.36 | 0.79 |
| Hex | B6 | C1 | DD | 12 | D | 0 | D | DF | 24 | 4F |
| Octal | 266 | 301 | 335 | 22 | 15 | 0 | 15 | 337 | 44 | 117 |
| Binary | 10110110 | 11000001 | 11011101 | 10010 | 1101 | 0 | 1101 | 11011111 | 100100 | 1001111 |
Color Harmonies of #B6C1DD
Complementary color
Monochromatic Colors of #B6C1DD
Black with #B6C1DD
Text Example
Text Example
White with #B6C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C1DD; }
p { color: rgb(182,193,221); }
H1.HeaderClassName
{
color: #B6C1DD;
}
.AnyTagClassName
{
color: #B6C1DD;
}
</style>
background-color css
<style>
a { background-color: #B6C1DD; }
a { background-color: rgb(182,193,221); }
div.DivClassName
{
background-color: #B6C1DD;
}
.BgClassName
{
background-color: #B6C1DD;
}
</style>
border-color css
<style>
span { border-color: #B6C1DD; }
span { border-color: rgb(182,193,221); }
td.TdClassName
{
border-color: #B6C1DD;
}
.TagClassName
{
border-color: #B6C1DD;
}
</style>