Shades of Light Steel Blue #B0BFDF
Tints of Light Steel Blue #B0BFDF
RGB
CMYK
RGB Variations
Color information
#B0BFDF (or 0xB0BFDF) is known color: Light Steel Blue. HEX triplet: B0, BF and DF. RGB value is (176,191,223). Sum of RGB (Red+Green+Blue) = 176+191+223=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFDF is #4F4020. Grayscale: #BEBEBE. Windows color (decimal): -5193761 or 14663600. OLE color: 14663600.
HSL color Cylindrical-coordinate representation of color #B0BFDF: hue angle of 220.85º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BFDF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 191 | 223 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.13 |
| HSL | 220.85º | 0.42% | 0.78% | - |
| HSV(B) | 220.85º | 0.21% | 0.87% | - |
| XYZ | 49.85 | 51.82 | 77.19 | - |
| YUV | 190.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 223 | 0.21 | 0.14 | 0 | 0.13 | 220.85 | 0.42 | 0.78 |
| Hex | B0 | BF | DF | 15 | E | 0 | D | DD | 2A | 4E |
| Octal | 260 | 277 | 337 | 25 | 16 | 0 | 15 | 335 | 52 | 116 |
| Binary | 10110000 | 10111111 | 11011111 | 10101 | 1110 | 0 | 1101 | 11011101 | 101010 | 1001110 |
Color Harmonies of #B0BFDF
Complementary color
Monochromatic Colors of #B0BFDF
Black with #B0BFDF
Text Example
Text Example
White with #B0BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFDF; }
p { color: rgb(176,191,223); }
H1.HeaderClassName
{
color: #B0BFDF;
}
.AnyTagClassName
{
color: #B0BFDF;
}
</style>
background-color css
<style>
a { background-color: #B0BFDF; }
a { background-color: rgb(176,191,223); }
div.DivClassName
{
background-color: #B0BFDF;
}
.BgClassName
{
background-color: #B0BFDF;
}
</style>
border-color css
<style>
span { border-color: #B0BFDF; }
span { border-color: rgb(176,191,223); }
td.TdClassName
{
border-color: #B0BFDF;
}
.TagClassName
{
border-color: #B0BFDF;
}
</style>