Shades of Light Steel Blue #BCCDE2
Tints of Light Steel Blue #BCCDE2
RGB
CMYK
RGB Variations
Color information
#BCCDE2 (or 0xBCCDE2) is known color: Light Steel Blue. HEX triplet: BC, CD and E2. RGB value is (188,205,226). Sum of RGB (Red+Green+Blue) = 188+205+226=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCCDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDE2 is #43321D. Grayscale: #CACACA. Windows color (decimal): -4403742 or 14863804. OLE color: 14863804.
HSL color Cylindrical-coordinate representation of color #BCCDE2: hue angle of 213.16º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCDE2 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 205 | 226 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.11 |
| HSL | 213.16º | 0.4% | 0.81% | - |
| HSV(B) | 213.16º | 0.17% | 0.89% | - |
| XYZ | 56.3 | 59.85 | 80.54 | - |
| YUV | 202.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 226 | 0.17 | 0.09 | 0 | 0.11 | 213.16 | 0.4 | 0.81 |
| Hex | BC | CD | E2 | 11 | 9 | 0 | B | D5 | 28 | 51 |
| Octal | 274 | 315 | 342 | 21 | 11 | 0 | 13 | 325 | 50 | 121 |
| Binary | 10111100 | 11001101 | 11100010 | 10001 | 1001 | 0 | 1011 | 11010101 | 101000 | 1010001 |
Color Harmonies of #BCCDE2
Complementary color
Monochromatic Colors of #BCCDE2
Black with #BCCDE2
Text Example
Text Example
White with #BCCDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDE2; }
p { color: rgb(188,205,226); }
H1.HeaderClassName
{
color: #BCCDE2;
}
.AnyTagClassName
{
color: #BCCDE2;
}
</style>
background-color css
<style>
a { background-color: #BCCDE2; }
a { background-color: rgb(188,205,226); }
div.DivClassName
{
background-color: #BCCDE2;
}
.BgClassName
{
background-color: #BCCDE2;
}
</style>
border-color css
<style>
span { border-color: #BCCDE2; }
span { border-color: rgb(188,205,226); }
td.TdClassName
{
border-color: #BCCDE2;
}
.TagClassName
{
border-color: #BCCDE2;
}
</style>