Shades of Light Steel Blue #B5C3DF
Tints of Light Steel Blue #B5C3DF
RGB
CMYK
RGB Variations
Color information
#B5C3DF (or 0xB5C3DF) is known color: Light Steel Blue. HEX triplet: B5, C3 and DF. RGB value is (181,195,223). Sum of RGB (Red+Green+Blue) = 181+195+223=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C3DF is #4A3C20. Grayscale: #C1C1C1. Windows color (decimal): -4865057 or 14664629. OLE color: 14664629.
HSL color Cylindrical-coordinate representation of color #B5C3DF: hue angle of 220º 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 #B5C3DF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 195 | 223 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.13 |
| HSL | 220º | 0.4% | 0.79% | - |
| HSV(B) | 220º | 0.19% | 0.87% | - |
| XYZ | 51.89 | 54.18 | 77.54 | - |
| YUV | 194.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 223 | 0.19 | 0.13 | 0 | 0.13 | 220 | 0.4 | 0.79 |
| Hex | B5 | C3 | DF | 13 | D | 0 | D | DC | 28 | 4F |
| Octal | 265 | 303 | 337 | 23 | 15 | 0 | 15 | 334 | 50 | 117 |
| Binary | 10110101 | 11000011 | 11011111 | 10011 | 1101 | 0 | 1101 | 11011100 | 101000 | 1001111 |
Color Harmonies of #B5C3DF
Complementary color
Monochromatic Colors of #B5C3DF
Black with #B5C3DF
Text Example
Text Example
White with #B5C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C3DF; }
p { color: rgb(181,195,223); }
H1.HeaderClassName
{
color: #B5C3DF;
}
.AnyTagClassName
{
color: #B5C3DF;
}
</style>
background-color css
<style>
a { background-color: #B5C3DF; }
a { background-color: rgb(181,195,223); }
div.DivClassName
{
background-color: #B5C3DF;
}
.BgClassName
{
background-color: #B5C3DF;
}
</style>
border-color css
<style>
span { border-color: #B5C3DF; }
span { border-color: rgb(181,195,223); }
td.TdClassName
{
border-color: #B5C3DF;
}
.TagClassName
{
border-color: #B5C3DF;
}
</style>