Shades of Light Steel Blue #B7C6DE
Tints of Light Steel Blue #B7C6DE
RGB
CMYK
RGB Variations
Color information
#B7C6DE (or 0xB7C6DE) is known color: Light Steel Blue. HEX triplet: B7, C6 and DE. RGB value is (183,198,222). Sum of RGB (Red+Green+Blue) = 183+198+222=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7C6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6DE is #483921. Grayscale: #C4C4C4. Windows color (decimal): -4733218 or 14599863. OLE color: 14599863.
HSL color Cylindrical-coordinate representation of color #B7C6DE: hue angle of 216.92º degrees, saturation: 0.37, 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 #B7C6DE is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 198 | 222 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.13 |
| HSL | 216.92º | 0.37% | 0.79% | - |
| HSV(B) | 216.92º | 0.18% | 0.87% | - |
| XYZ | 52.91 | 55.73 | 77.08 | - |
| YUV | 196.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 198 | 222 | 0.18 | 0.11 | 0 | 0.13 | 216.92 | 0.37 | 0.79 |
| Hex | B7 | C6 | DE | 12 | B | 0 | D | D9 | 25 | 4F |
| Octal | 267 | 306 | 336 | 22 | 13 | 0 | 15 | 331 | 45 | 117 |
| Binary | 10110111 | 11000110 | 11011110 | 10010 | 1011 | 0 | 1101 | 11011001 | 100101 | 1001111 |
Color Harmonies of #B7C6DE
Complementary color
Monochromatic Colors of #B7C6DE
Black with #B7C6DE
Text Example
Text Example
White with #B7C6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C6DE; }
p { color: rgb(183,198,222); }
H1.HeaderClassName
{
color: #B7C6DE;
}
.AnyTagClassName
{
color: #B7C6DE;
}
</style>
background-color css
<style>
a { background-color: #B7C6DE; }
a { background-color: rgb(183,198,222); }
div.DivClassName
{
background-color: #B7C6DE;
}
.BgClassName
{
background-color: #B7C6DE;
}
</style>
border-color css
<style>
span { border-color: #B7C6DE; }
span { border-color: rgb(183,198,222); }
td.TdClassName
{
border-color: #B7C6DE;
}
.TagClassName
{
border-color: #B7C6DE;
}
</style>