Shades of Light Steel Blue #B7C5DC
Tints of Light Steel Blue #B7C5DC
RGB
CMYK
RGB Variations
Color information
#B7C5DC (or 0xB7C5DC) is known color: Light Steel Blue. HEX triplet: B7, C5 and DC. RGB value is (183,197,220). Sum of RGB (Red+Green+Blue) = 183+197+220=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5DC is #483A23. Grayscale: #C3C3C3. Windows color (decimal): -4733476 or 14468535. OLE color: 14468535.
HSL color Cylindrical-coordinate representation of color #B7C5DC: hue angle of 217.3º degrees, saturation: 0.35, 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 #B7C5DC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 197 | 220 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.14 |
| HSL | 217.3º | 0.35% | 0.79% | - |
| HSV(B) | 217.3º | 0.17% | 0.86% | - |
| XYZ | 52.41 | 55.17 | 75.6 | - |
| YUV | 195.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 220 | 0.17 | 0.10 | 0 | 0.14 | 217.3 | 0.35 | 0.79 |
| Hex | B7 | C5 | DC | 11 | A | 0 | E | D9 | 23 | 4F |
| Octal | 267 | 305 | 334 | 21 | 12 | 0 | 16 | 331 | 43 | 117 |
| Binary | 10110111 | 11000101 | 11011100 | 10001 | 1010 | 0 | 1110 | 11011001 | 100011 | 1001111 |
Color Harmonies of #B7C5DC
Complementary color
Monochromatic Colors of #B7C5DC
Black with #B7C5DC
Text Example
Text Example
White with #B7C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C5DC; }
p { color: rgb(183,197,220); }
H1.HeaderClassName
{
color: #B7C5DC;
}
.AnyTagClassName
{
color: #B7C5DC;
}
</style>
background-color css
<style>
a { background-color: #B7C5DC; }
a { background-color: rgb(183,197,220); }
div.DivClassName
{
background-color: #B7C5DC;
}
.BgClassName
{
background-color: #B7C5DC;
}
</style>
border-color css
<style>
span { border-color: #B7C5DC; }
span { border-color: rgb(183,197,220); }
td.TdClassName
{
border-color: #B7C5DC;
}
.TagClassName
{
border-color: #B7C5DC;
}
</style>