Shades of Light Steel Blue #B6C3DB
Tints of Light Steel Blue #B6C3DB
RGB
CMYK
RGB Variations
Color information
#B6C3DB (or 0xB6C3DB) is known color: Light Steel Blue. HEX triplet: B6, C3 and DB. RGB value is (182,195,219). Sum of RGB (Red+Green+Blue) = 182+195+219=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C3DB is #493C24. Grayscale: #C1C1C1. Windows color (decimal): -4799525 or 14402486. OLE color: 14402486.
HSL color Cylindrical-coordinate representation of color #B6C3DB: hue angle of 218.92º degrees, saturation: 0.34, 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 #B6C3DB is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 195 | 219 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.14 |
| HSL | 218.92º | 0.34% | 0.79% | - |
| HSV(B) | 218.92º | 0.17% | 0.86% | - |
| XYZ | 51.59 | 54.09 | 74.74 | - |
| YUV | 193.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 219 | 0.17 | 0.11 | 0 | 0.14 | 218.92 | 0.34 | 0.79 |
| Hex | B6 | C3 | DB | 11 | B | 0 | E | DB | 22 | 4F |
| Octal | 266 | 303 | 333 | 21 | 13 | 0 | 16 | 333 | 42 | 117 |
| Binary | 10110110 | 11000011 | 11011011 | 10001 | 1011 | 0 | 1110 | 11011011 | 100010 | 1001111 |
Color Harmonies of #B6C3DB
Complementary color
Monochromatic Colors of #B6C3DB
Black with #B6C3DB
Text Example
Text Example
White with #B6C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C3DB; }
p { color: rgb(182,195,219); }
H1.HeaderClassName
{
color: #B6C3DB;
}
.AnyTagClassName
{
color: #B6C3DB;
}
</style>
background-color css
<style>
a { background-color: #B6C3DB; }
a { background-color: rgb(182,195,219); }
div.DivClassName
{
background-color: #B6C3DB;
}
.BgClassName
{
background-color: #B6C3DB;
}
</style>
border-color css
<style>
span { border-color: #B6C3DB; }
span { border-color: rgb(182,195,219); }
td.TdClassName
{
border-color: #B6C3DB;
}
.TagClassName
{
border-color: #B6C3DB;
}
</style>