Shades of Light Steel Blue #B2BFDC
Tints of Light Steel Blue #B2BFDC
RGB
CMYK
RGB Variations
Color information
#B2BFDC (or 0xB2BFDC) is known color: Light Steel Blue. HEX triplet: B2, BF and DC. RGB value is (178,191,220). Sum of RGB (Red+Green+Blue) = 178+191+220=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFDC is #4D4023. Grayscale: #BEBEBE. Windows color (decimal): -5062692 or 14466994. OLE color: 14466994.
HSL color Cylindrical-coordinate representation of color #B2BFDC: hue angle of 221.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BFDC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 191 | 220 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.14 |
| HSL | 221.43º | 0.38% | 0.78% | - |
| HSV(B) | 221.43º | 0.19% | 0.86% | - |
| XYZ | 49.91 | 51.89 | 75.1 | - |
| YUV | 190.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 220 | 0.19 | 0.13 | 0 | 0.14 | 221.43 | 0.38 | 0.78 |
| Hex | B2 | BF | DC | 13 | D | 0 | E | DD | 26 | 4E |
| Octal | 262 | 277 | 334 | 23 | 15 | 0 | 16 | 335 | 46 | 116 |
| Binary | 10110010 | 10111111 | 11011100 | 10011 | 1101 | 0 | 1110 | 11011101 | 100110 | 1001110 |
Color Harmonies of #B2BFDC
Complementary color
Monochromatic Colors of #B2BFDC
Black with #B2BFDC
Text Example
Text Example
White with #B2BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFDC; }
p { color: rgb(178,191,220); }
H1.HeaderClassName
{
color: #B2BFDC;
}
.AnyTagClassName
{
color: #B2BFDC;
}
</style>
background-color css
<style>
a { background-color: #B2BFDC; }
a { background-color: rgb(178,191,220); }
div.DivClassName
{
background-color: #B2BFDC;
}
.BgClassName
{
background-color: #B2BFDC;
}
</style>
border-color css
<style>
span { border-color: #B2BFDC; }
span { border-color: rgb(178,191,220); }
td.TdClassName
{
border-color: #B2BFDC;
}
.TagClassName
{
border-color: #B2BFDC;
}
</style>