Shades of Light Steel Blue #B4C0DF
Tints of Light Steel Blue #B4C0DF
RGB
CMYK
RGB Variations
Color information
#B4C0DF (or 0xB4C0DF) is known color: Light Steel Blue. HEX triplet: B4, C0 and DF. RGB value is (180,192,223). Sum of RGB (Red+Green+Blue) = 180+192+223=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0DF is #4B3F20. Grayscale: #BFBFBF. Windows color (decimal): -4931361 or 14663860. OLE color: 14663860.
HSL color Cylindrical-coordinate representation of color #B4C0DF: hue angle of 223.26º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4C0DF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 192 | 223 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.13 |
| HSL | 223.26º | 0.4% | 0.79% | - |
| HSV(B) | 223.26º | 0.19% | 0.87% | - |
| XYZ | 50.99 | 52.73 | 77.3 | - |
| YUV | 191.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 223 | 0.19 | 0.14 | 0 | 0.13 | 223.26 | 0.4 | 0.79 |
| Hex | B4 | C0 | DF | 13 | E | 0 | D | DF | 28 | 4F |
| Octal | 264 | 300 | 337 | 23 | 16 | 0 | 15 | 337 | 50 | 117 |
| Binary | 10110100 | 11000000 | 11011111 | 10011 | 1110 | 0 | 1101 | 11011111 | 101000 | 1001111 |
Color Harmonies of #B4C0DF
Complementary color
Monochromatic Colors of #B4C0DF
Black with #B4C0DF
Text Example
Text Example
White with #B4C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0DF; }
p { color: rgb(180,192,223); }
H1.HeaderClassName
{
color: #B4C0DF;
}
.AnyTagClassName
{
color: #B4C0DF;
}
</style>
background-color css
<style>
a { background-color: #B4C0DF; }
a { background-color: rgb(180,192,223); }
div.DivClassName
{
background-color: #B4C0DF;
}
.BgClassName
{
background-color: #B4C0DF;
}
</style>
border-color css
<style>
span { border-color: #B4C0DF; }
span { border-color: rgb(180,192,223); }
td.TdClassName
{
border-color: #B4C0DF;
}
.TagClassName
{
border-color: #B4C0DF;
}
</style>