Shades of Light Steel Blue #B4BFDC
Tints of Light Steel Blue #B4BFDC
RGB
CMYK
RGB Variations
Color information
#B4BFDC (or 0xB4BFDC) is known color: Light Steel Blue. HEX triplet: B4, BF and DC. RGB value is (180,191,220). Sum of RGB (Red+Green+Blue) = 180+191+220=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFDC is #4B4023. Grayscale: #BEBEBE. Windows color (decimal): -4931620 or 14466996. OLE color: 14466996.
HSL color Cylindrical-coordinate representation of color #B4BFDC: hue angle of 223.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 #B4BFDC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 191 | 220 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.14 |
| HSL | 223.5º | 0.36% | 0.78% | - |
| HSV(B) | 223.5º | 0.18% | 0.86% | - |
| XYZ | 50.37 | 52.13 | 75.12 | - |
| YUV | 191.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 220 | 0.18 | 0.13 | 0 | 0.14 | 223.5 | 0.36 | 0.78 |
| Hex | B4 | BF | DC | 12 | D | 0 | E | E0 | 24 | 4E |
| Octal | 264 | 277 | 334 | 22 | 15 | 0 | 16 | 340 | 44 | 116 |
| Binary | 10110100 | 10111111 | 11011100 | 10010 | 1101 | 0 | 1110 | 11100000 | 100100 | 1001110 |
Color Harmonies of #B4BFDC
Complementary color
Monochromatic Colors of #B4BFDC
Black with #B4BFDC
Text Example
Text Example
White with #B4BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFDC; }
p { color: rgb(180,191,220); }
H1.HeaderClassName
{
color: #B4BFDC;
}
.AnyTagClassName
{
color: #B4BFDC;
}
</style>
background-color css
<style>
a { background-color: #B4BFDC; }
a { background-color: rgb(180,191,220); }
div.DivClassName
{
background-color: #B4BFDC;
}
.BgClassName
{
background-color: #B4BFDC;
}
</style>
border-color css
<style>
span { border-color: #B4BFDC; }
span { border-color: rgb(180,191,220); }
td.TdClassName
{
border-color: #B4BFDC;
}
.TagClassName
{
border-color: #B4BFDC;
}
</style>