Shades of Light Steel Blue #B8C1DC
Tints of Light Steel Blue #B8C1DC
RGB
CMYK
RGB Variations
Color information
#B8C1DC (or 0xB8C1DC) is known color: Light Steel Blue. HEX triplet: B8, C1 and DC. RGB value is (184,193,220). Sum of RGB (Red+Green+Blue) = 184+193+220=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C1DC is #473E23. Grayscale: #C1C1C1. Windows color (decimal): -4668964 or 14467512. OLE color: 14467512.
HSL color Cylindrical-coordinate representation of color #B8C1DC: hue angle of 225º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8C1DC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 193 | 220 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.14 |
| HSL | 225º | 0.34% | 0.79% | - |
| HSV(B) | 225º | 0.16% | 0.86% | - |
| XYZ | 51.76 | 53.5 | 75.31 | - |
| YUV | 193.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 220 | 0.16 | 0.12 | 0 | 0.14 | 225 | 0.34 | 0.79 |
| Hex | B8 | C1 | DC | 10 | C | 0 | E | E1 | 22 | 4F |
| Octal | 270 | 301 | 334 | 20 | 14 | 0 | 16 | 341 | 42 | 117 |
| Binary | 10111000 | 11000001 | 11011100 | 10000 | 1100 | 0 | 1110 | 11100001 | 100010 | 1001111 |
Color Harmonies of #B8C1DC
Complementary color
Monochromatic Colors of #B8C1DC
Black with #B8C1DC
Text Example
Text Example
White with #B8C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1DC; }
p { color: rgb(184,193,220); }
H1.HeaderClassName
{
color: #B8C1DC;
}
.AnyTagClassName
{
color: #B8C1DC;
}
</style>
background-color css
<style>
a { background-color: #B8C1DC; }
a { background-color: rgb(184,193,220); }
div.DivClassName
{
background-color: #B8C1DC;
}
.BgClassName
{
background-color: #B8C1DC;
}
</style>
border-color css
<style>
span { border-color: #B8C1DC; }
span { border-color: rgb(184,193,220); }
td.TdClassName
{
border-color: #B8C1DC;
}
.TagClassName
{
border-color: #B8C1DC;
}
</style>