Shades of Light Steel Blue #B6C6DF
Tints of Light Steel Blue #B6C6DF
RGB
CMYK
RGB Variations
Color information
#B6C6DF (or 0xB6C6DF) is known color: Light Steel Blue. HEX triplet: B6, C6 and DF. RGB value is (182,198,223). Sum of RGB (Red+Green+Blue) = 182+198+223=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6DF is #493920. Grayscale: #C3C3C3. Windows color (decimal): -4798753 or 14665398. OLE color: 14665398.
HSL color Cylindrical-coordinate representation of color #B6C6DF: hue angle of 216.59º degrees, saturation: 0.39, 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 #B6C6DF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 198 | 223 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.13 |
| HSL | 216.59º | 0.39% | 0.79% | - |
| HSV(B) | 216.59º | 0.18% | 0.87% | - |
| XYZ | 52.8 | 55.66 | 77.77 | - |
| YUV | 196.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 223 | 0.18 | 0.11 | 0 | 0.13 | 216.59 | 0.39 | 0.79 |
| Hex | B6 | C6 | DF | 12 | B | 0 | D | D9 | 27 | 4F |
| Octal | 266 | 306 | 337 | 22 | 13 | 0 | 15 | 331 | 47 | 117 |
| Binary | 10110110 | 11000110 | 11011111 | 10010 | 1011 | 0 | 1101 | 11011001 | 100111 | 1001111 |
Color Harmonies of #B6C6DF
Complementary color
Monochromatic Colors of #B6C6DF
Black with #B6C6DF
Text Example
Text Example
White with #B6C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C6DF; }
p { color: rgb(182,198,223); }
H1.HeaderClassName
{
color: #B6C6DF;
}
.AnyTagClassName
{
color: #B6C6DF;
}
</style>
background-color css
<style>
a { background-color: #B6C6DF; }
a { background-color: rgb(182,198,223); }
div.DivClassName
{
background-color: #B6C6DF;
}
.BgClassName
{
background-color: #B6C6DF;
}
</style>
border-color css
<style>
span { border-color: #B6C6DF; }
span { border-color: rgb(182,198,223); }
td.TdClassName
{
border-color: #B6C6DF;
}
.TagClassName
{
border-color: #B6C6DF;
}
</style>