Shades of Light Steel Blue #BCCDE1
Tints of Light Steel Blue #BCCDE1
RGB
CMYK
RGB Variations
Color information
#BCCDE1 (or 0xBCCDE1) is known color: Light Steel Blue. HEX triplet: BC, CD and E1. RGB value is (188,205,225). Sum of RGB (Red+Green+Blue) = 188+205+225=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDE1 is #43321E. Grayscale: #CACACA. Windows color (decimal): -4403743 or 14798268. OLE color: 14798268.
HSL color Cylindrical-coordinate representation of color #BCCDE1: hue angle of 212.43º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCDE1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 205 | 225 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.12 |
| HSL | 212.43º | 0.38% | 0.81% | - |
| HSV(B) | 212.43º | 0.16% | 0.88% | - |
| XYZ | 56.16 | 59.79 | 79.81 | - |
| YUV | 202.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 225 | 0.16 | 0.09 | 0 | 0.12 | 212.43 | 0.38 | 0.81 |
| Hex | BC | CD | E1 | 10 | 9 | 0 | C | D4 | 26 | 51 |
| Octal | 274 | 315 | 341 | 20 | 11 | 0 | 14 | 324 | 46 | 121 |
| Binary | 10111100 | 11001101 | 11100001 | 10000 | 1001 | 0 | 1100 | 11010100 | 100110 | 1010001 |
Color Harmonies of #BCCDE1
Complementary color
Monochromatic Colors of #BCCDE1
Black with #BCCDE1
Text Example
Text Example
White with #BCCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDE1; }
p { color: rgb(188,205,225); }
H1.HeaderClassName
{
color: #BCCDE1;
}
.AnyTagClassName
{
color: #BCCDE1;
}
</style>
background-color css
<style>
a { background-color: #BCCDE1; }
a { background-color: rgb(188,205,225); }
div.DivClassName
{
background-color: #BCCDE1;
}
.BgClassName
{
background-color: #BCCDE1;
}
</style>
border-color css
<style>
span { border-color: #BCCDE1; }
span { border-color: rgb(188,205,225); }
td.TdClassName
{
border-color: #BCCDE1;
}
.TagClassName
{
border-color: #BCCDE1;
}
</style>