Shades of Light Steel Blue #B2BFDD
Tints of Light Steel Blue #B2BFDD
RGB
CMYK
RGB Variations
Color information
#B2BFDD (or 0xB2BFDD) is known color: Light Steel Blue. HEX triplet: B2, BF and DD. RGB value is (178,191,221). Sum of RGB (Red+Green+Blue) = 178+191+221=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFDD is #4D4022. Grayscale: #BEBEBE. Windows color (decimal): -5062691 or 14532530. OLE color: 14532530.
HSL color Cylindrical-coordinate representation of color #B2BFDD: hue angle of 221.86º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BFDD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 191 | 221 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.13 |
| HSL | 221.86º | 0.39% | 0.78% | - |
| HSV(B) | 221.86º | 0.19% | 0.87% | - |
| XYZ | 50.04 | 51.95 | 75.8 | - |
| YUV | 190.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 221 | 0.19 | 0.14 | 0 | 0.13 | 221.86 | 0.39 | 0.78 |
| Hex | B2 | BF | DD | 13 | E | 0 | D | DE | 27 | 4E |
| Octal | 262 | 277 | 335 | 23 | 16 | 0 | 15 | 336 | 47 | 116 |
| Binary | 10110010 | 10111111 | 11011101 | 10011 | 1110 | 0 | 1101 | 11011110 | 100111 | 1001110 |
Color Harmonies of #B2BFDD
Complementary color
Monochromatic Colors of #B2BFDD
Black with #B2BFDD
Text Example
Text Example
White with #B2BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFDD; }
p { color: rgb(178,191,221); }
H1.HeaderClassName
{
color: #B2BFDD;
}
.AnyTagClassName
{
color: #B2BFDD;
}
</style>
background-color css
<style>
a { background-color: #B2BFDD; }
a { background-color: rgb(178,191,221); }
div.DivClassName
{
background-color: #B2BFDD;
}
.BgClassName
{
background-color: #B2BFDD;
}
</style>
border-color css
<style>
span { border-color: #B2BFDD; }
span { border-color: rgb(178,191,221); }
td.TdClassName
{
border-color: #B2BFDD;
}
.TagClassName
{
border-color: #B2BFDD;
}
</style>