Shades of Light Steel Blue #B3BFDE
Tints of Light Steel Blue #B3BFDE
RGB
CMYK
RGB Variations
Color information
#B3BFDE (or 0xB3BFDE) is known color: Light Steel Blue. HEX triplet: B3, BF and DE. RGB value is (179,191,222). Sum of RGB (Red+Green+Blue) = 179+191+222=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFDE is #4C4021. Grayscale: #BEBEBE. Windows color (decimal): -4997154 or 14598067. OLE color: 14598067.
HSL color Cylindrical-coordinate representation of color #B3BFDE: hue angle of 223.26º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BFDE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 191 | 222 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.13 |
| HSL | 223.26º | 0.39% | 0.79% | - |
| HSV(B) | 223.26º | 0.19% | 0.87% | - |
| XYZ | 50.41 | 52.12 | 76.51 | - |
| YUV | 190.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 222 | 0.19 | 0.14 | 0 | 0.13 | 223.26 | 0.39 | 0.79 |
| Hex | B3 | BF | DE | 13 | E | 0 | D | DF | 27 | 4F |
| Octal | 263 | 277 | 336 | 23 | 16 | 0 | 15 | 337 | 47 | 117 |
| Binary | 10110011 | 10111111 | 11011110 | 10011 | 1110 | 0 | 1101 | 11011111 | 100111 | 1001111 |
Color Harmonies of #B3BFDE
Complementary color
Monochromatic Colors of #B3BFDE
Black with #B3BFDE
Text Example
Text Example
White with #B3BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFDE; }
p { color: rgb(179,191,222); }
H1.HeaderClassName
{
color: #B3BFDE;
}
.AnyTagClassName
{
color: #B3BFDE;
}
</style>
background-color css
<style>
a { background-color: #B3BFDE; }
a { background-color: rgb(179,191,222); }
div.DivClassName
{
background-color: #B3BFDE;
}
.BgClassName
{
background-color: #B3BFDE;
}
</style>
border-color css
<style>
span { border-color: #B3BFDE; }
span { border-color: rgb(179,191,222); }
td.TdClassName
{
border-color: #B3BFDE;
}
.TagClassName
{
border-color: #B3BFDE;
}
</style>