Shades of Light Steel Blue #B9C2DB
Tints of Light Steel Blue #B9C2DB
RGB
CMYK
RGB Variations
Color information
#B9C2DB (or 0xB9C2DB) is known color: Light Steel Blue. HEX triplet: B9, C2 and DB. RGB value is (185,194,219). Sum of RGB (Red+Green+Blue) = 185+194+219=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2DB is #463D24. Grayscale: #C2C2C2. Windows color (decimal): -4603173 or 14402233. OLE color: 14402233.
HSL color Cylindrical-coordinate representation of color #B9C2DB: hue angle of 224.12º degrees, saturation: 0.32, 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 #B9C2DB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 194 | 219 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.14 |
| HSL | 224.12º | 0.32% | 0.79% | - |
| HSV(B) | 224.12º | 0.16% | 0.86% | - |
| XYZ | 52.09 | 54.01 | 74.7 | - |
| YUV | 194.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 219 | 0.16 | 0.11 | 0 | 0.14 | 224.12 | 0.32 | 0.79 |
| Hex | B9 | C2 | DB | 10 | B | 0 | E | E0 | 20 | 4F |
| Octal | 271 | 302 | 333 | 20 | 13 | 0 | 16 | 340 | 40 | 117 |
| Binary | 10111001 | 11000010 | 11011011 | 10000 | 1011 | 0 | 1110 | 11100000 | 100000 | 1001111 |
Color Harmonies of #B9C2DB
Complementary color
Monochromatic Colors of #B9C2DB
Black with #B9C2DB
Text Example
Text Example
White with #B9C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2DB; }
p { color: rgb(185,194,219); }
H1.HeaderClassName
{
color: #B9C2DB;
}
.AnyTagClassName
{
color: #B9C2DB;
}
</style>
background-color css
<style>
a { background-color: #B9C2DB; }
a { background-color: rgb(185,194,219); }
div.DivClassName
{
background-color: #B9C2DB;
}
.BgClassName
{
background-color: #B9C2DB;
}
</style>
border-color css
<style>
span { border-color: #B9C2DB; }
span { border-color: rgb(185,194,219); }
td.TdClassName
{
border-color: #B9C2DB;
}
.TagClassName
{
border-color: #B9C2DB;
}
</style>