Shades of Light Steel Blue #B9C4DC
Tints of Light Steel Blue #B9C4DC
RGB
CMYK
RGB Variations
Color information
#B9C4DC (or 0xB9C4DC) is known color: Light Steel Blue. HEX triplet: B9, C4 and DC. RGB value is (185,196,220). Sum of RGB (Red+Green+Blue) = 185+196+220=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4DC is #463B23. Grayscale: #C3C3C3. Windows color (decimal): -4602660 or 14468281. OLE color: 14468281.
HSL color Cylindrical-coordinate representation of color #B9C4DC: hue angle of 221.14º degrees, saturation: 0.33, 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 #B9C4DC is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 196 | 220 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.14 |
| HSL | 221.14º | 0.33% | 0.79% | - |
| HSV(B) | 221.14º | 0.16% | 0.86% | - |
| XYZ | 52.67 | 54.96 | 75.54 | - |
| YUV | 195.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 220 | 0.16 | 0.11 | 0 | 0.14 | 221.14 | 0.33 | 0.79 |
| Hex | B9 | C4 | DC | 10 | B | 0 | E | DD | 21 | 4F |
| Octal | 271 | 304 | 334 | 20 | 13 | 0 | 16 | 335 | 41 | 117 |
| Binary | 10111001 | 11000100 | 11011100 | 10000 | 1011 | 0 | 1110 | 11011101 | 100001 | 1001111 |
Color Harmonies of #B9C4DC
Complementary color
Monochromatic Colors of #B9C4DC
Black with #B9C4DC
Text Example
Text Example
White with #B9C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C4DC; }
p { color: rgb(185,196,220); }
H1.HeaderClassName
{
color: #B9C4DC;
}
.AnyTagClassName
{
color: #B9C4DC;
}
</style>
background-color css
<style>
a { background-color: #B9C4DC; }
a { background-color: rgb(185,196,220); }
div.DivClassName
{
background-color: #B9C4DC;
}
.BgClassName
{
background-color: #B9C4DC;
}
</style>
border-color css
<style>
span { border-color: #B9C4DC; }
span { border-color: rgb(185,196,220); }
td.TdClassName
{
border-color: #B9C4DC;
}
.TagClassName
{
border-color: #B9C4DC;
}
</style>