Shades of Light Steel Blue #B2BFDE
Tints of Light Steel Blue #B2BFDE
RGB
CMYK
RGB Variations
Color information
#B2BFDE (or 0xB2BFDE) is known color: Light Steel Blue. HEX triplet: B2, BF and DE. RGB value is (178,191,222). Sum of RGB (Red+Green+Blue) = 178+191+222=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFDE is #4D4021. Grayscale: #BEBEBE. Windows color (decimal): -5062690 or 14598066. OLE color: 14598066.
HSL color Cylindrical-coordinate representation of color #B2BFDE: hue angle of 222.27º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BFDE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 191 | 222 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.13 |
| HSL | 222.27º | 0.4% | 0.78% | - |
| HSV(B) | 222.27º | 0.2% | 0.87% | - |
| XYZ | 50.18 | 52 | 76.5 | - |
| YUV | 190.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 222 | 0.20 | 0.14 | 0 | 0.13 | 222.27 | 0.4 | 0.78 |
| Hex | B2 | BF | DE | 14 | E | 0 | D | DE | 28 | 4E |
| Octal | 262 | 277 | 336 | 24 | 16 | 0 | 15 | 336 | 50 | 116 |
| Binary | 10110010 | 10111111 | 11011110 | 10100 | 1110 | 0 | 1101 | 11011110 | 101000 | 1001110 |
Color Harmonies of #B2BFDE
Complementary color
Monochromatic Colors of #B2BFDE
Black with #B2BFDE
Text Example
Text Example
White with #B2BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFDE; }
p { color: rgb(178,191,222); }
H1.HeaderClassName
{
color: #B2BFDE;
}
.AnyTagClassName
{
color: #B2BFDE;
}
</style>
background-color css
<style>
a { background-color: #B2BFDE; }
a { background-color: rgb(178,191,222); }
div.DivClassName
{
background-color: #B2BFDE;
}
.BgClassName
{
background-color: #B2BFDE;
}
</style>
border-color css
<style>
span { border-color: #B2BFDE; }
span { border-color: rgb(178,191,222); }
td.TdClassName
{
border-color: #B2BFDE;
}
.TagClassName
{
border-color: #B2BFDE;
}
</style>