Shades of Light Steel Blue #B7C6DF
Tints of Light Steel Blue #B7C6DF
RGB
CMYK
RGB Variations
Color information
#B7C6DF (or 0xB7C6DF) is known color: Light Steel Blue. HEX triplet: B7, C6 and DF. RGB value is (183,198,223). Sum of RGB (Red+Green+Blue) = 183+198+223=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6DF is #483920. Grayscale: #C4C4C4. Windows color (decimal): -4733217 or 14665399. OLE color: 14665399.
HSL color Cylindrical-coordinate representation of color #B7C6DF: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7C6DF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 198 | 223 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.13 |
| HSL | 217.5º | 0.38% | 0.8% | - |
| HSV(B) | 217.5º | 0.18% | 0.87% | - |
| XYZ | 53.04 | 55.78 | 77.78 | - |
| YUV | 196.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 198 | 223 | 0.18 | 0.11 | 0 | 0.13 | 217.5 | 0.38 | 0.8 |
| Hex | B7 | C6 | DF | 12 | B | 0 | D | DA | 26 | 50 |
| Octal | 267 | 306 | 337 | 22 | 13 | 0 | 15 | 332 | 46 | 120 |
| Binary | 10110111 | 11000110 | 11011111 | 10010 | 1011 | 0 | 1101 | 11011010 | 100110 | 1010000 |
Color Harmonies of #B7C6DF
Complementary color
Monochromatic Colors of #B7C6DF
Black with #B7C6DF
Text Example
Text Example
White with #B7C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C6DF; }
p { color: rgb(183,198,223); }
H1.HeaderClassName
{
color: #B7C6DF;
}
.AnyTagClassName
{
color: #B7C6DF;
}
</style>
background-color css
<style>
a { background-color: #B7C6DF; }
a { background-color: rgb(183,198,223); }
div.DivClassName
{
background-color: #B7C6DF;
}
.BgClassName
{
background-color: #B7C6DF;
}
</style>
border-color css
<style>
span { border-color: #B7C6DF; }
span { border-color: rgb(183,198,223); }
td.TdClassName
{
border-color: #B7C6DF;
}
.TagClassName
{
border-color: #B7C6DF;
}
</style>