Shades of Light Steel Blue #BCCADF
Tints of Light Steel Blue #BCCADF
RGB
CMYK
RGB Variations
Color information
#BCCADF (or 0xBCCADF) is known color: Light Steel Blue. HEX triplet: BC, CA and DF. RGB value is (188,202,223). Sum of RGB (Red+Green+Blue) = 188+202+223=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADF is #433520. Grayscale: #C8C8C8. Windows color (decimal): -4404513 or 14666428. OLE color: 14666428.
HSL color Cylindrical-coordinate representation of color #BCCADF: hue angle of 216º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCADF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 202 | 223 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 216º | 0.35% | 0.81% | - |
| HSV(B) | 216º | 0.16% | 0.87% | - |
| XYZ | 55.18 | 58.26 | 78.15 | - |
| YUV | 200.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 223 | 0.16 | 0.09 | 0 | 0.13 | 216 | 0.35 | 0.81 |
| Hex | BC | CA | DF | 10 | 9 | 0 | D | D8 | 23 | 51 |
| Octal | 274 | 312 | 337 | 20 | 11 | 0 | 15 | 330 | 43 | 121 |
| Binary | 10111100 | 11001010 | 11011111 | 10000 | 1001 | 0 | 1101 | 11011000 | 100011 | 1010001 |
Color Harmonies of #BCCADF
Complementary color
Monochromatic Colors of #BCCADF
Black with #BCCADF
Text Example
Text Example
White with #BCCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCADF; }
p { color: rgb(188,202,223); }
H1.HeaderClassName
{
color: #BCCADF;
}
.AnyTagClassName
{
color: #BCCADF;
}
</style>
background-color css
<style>
a { background-color: #BCCADF; }
a { background-color: rgb(188,202,223); }
div.DivClassName
{
background-color: #BCCADF;
}
.BgClassName
{
background-color: #BCCADF;
}
</style>
border-color css
<style>
span { border-color: #BCCADF; }
span { border-color: rgb(188,202,223); }
td.TdClassName
{
border-color: #BCCADF;
}
.TagClassName
{
border-color: #BCCADF;
}
</style>