Shades of Light Steel Blue #B3C2DB
Tints of Light Steel Blue #B3C2DB
RGB
CMYK
RGB Variations
Color information
#B3C2DB (or 0xB3C2DB) is known color: Light Steel Blue. HEX triplet: B3, C2 and DB. RGB value is (179,194,219). Sum of RGB (Red+Green+Blue) = 179+194+219=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C2DB is #4C3D24. Grayscale: #C0C0C0. Windows color (decimal): -4996389 or 14402227. OLE color: 14402227.
HSL color Cylindrical-coordinate representation of color #B3C2DB: hue angle of 217.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C2DB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 194 | 219 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.14 |
| HSL | 217.5º | 0.36% | 0.78% | - |
| HSV(B) | 217.5º | 0.18% | 0.86% | - |
| XYZ | 50.67 | 53.28 | 74.63 | - |
| YUV | 192.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 219 | 0.18 | 0.11 | 0 | 0.14 | 217.5 | 0.36 | 0.78 |
| Hex | B3 | C2 | DB | 12 | B | 0 | E | DA | 24 | 4E |
| Octal | 263 | 302 | 333 | 22 | 13 | 0 | 16 | 332 | 44 | 116 |
| Binary | 10110011 | 11000010 | 11011011 | 10010 | 1011 | 0 | 1110 | 11011010 | 100100 | 1001110 |
Color Harmonies of #B3C2DB
Complementary color
Monochromatic Colors of #B3C2DB
Black with #B3C2DB
Text Example
Text Example
White with #B3C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2DB; }
p { color: rgb(179,194,219); }
H1.HeaderClassName
{
color: #B3C2DB;
}
.AnyTagClassName
{
color: #B3C2DB;
}
</style>
background-color css
<style>
a { background-color: #B3C2DB; }
a { background-color: rgb(179,194,219); }
div.DivClassName
{
background-color: #B3C2DB;
}
.BgClassName
{
background-color: #B3C2DB;
}
</style>
border-color css
<style>
span { border-color: #B3C2DB; }
span { border-color: rgb(179,194,219); }
td.TdClassName
{
border-color: #B3C2DB;
}
.TagClassName
{
border-color: #B3C2DB;
}
</style>