Shades of Light Steel Blue #BCCEE3
Tints of Light Steel Blue #BCCEE3
RGB
CMYK
RGB Variations
Color information
#BCCEE3 (or 0xBCCEE3) is known color: Light Steel Blue. HEX triplet: BC, CE and E3. RGB value is (188,206,227). Sum of RGB (Red+Green+Blue) = 188+206+227=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE3 is #43311C. Grayscale: #CACACA. Windows color (decimal): -4403485 or 14929596. OLE color: 14929596.
HSL color Cylindrical-coordinate representation of color #BCCEE3: hue angle of 212.31º degrees, saturation: 0.41, 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 #BCCEE3 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 206 | 227 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.11 |
| HSL | 212.31º | 0.41% | 0.81% | - |
| HSV(B) | 212.31º | 0.17% | 0.89% | - |
| XYZ | 56.68 | 60.38 | 81.34 | - |
| YUV | 203.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 227 | 0.17 | 0.09 | 0 | 0.11 | 212.31 | 0.41 | 0.81 |
| Hex | BC | CE | E3 | 11 | 9 | 0 | B | D4 | 29 | 51 |
| Octal | 274 | 316 | 343 | 21 | 11 | 0 | 13 | 324 | 51 | 121 |
| Binary | 10111100 | 11001110 | 11100011 | 10001 | 1001 | 0 | 1011 | 11010100 | 101001 | 1010001 |
Color Harmonies of #BCCEE3
Complementary color
Monochromatic Colors of #BCCEE3
Black with #BCCEE3
Text Example
Text Example
White with #BCCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEE3; }
p { color: rgb(188,206,227); }
H1.HeaderClassName
{
color: #BCCEE3;
}
.AnyTagClassName
{
color: #BCCEE3;
}
</style>
background-color css
<style>
a { background-color: #BCCEE3; }
a { background-color: rgb(188,206,227); }
div.DivClassName
{
background-color: #BCCEE3;
}
.BgClassName
{
background-color: #BCCEE3;
}
</style>
border-color css
<style>
span { border-color: #BCCEE3; }
span { border-color: rgb(188,206,227); }
td.TdClassName
{
border-color: #BCCEE3;
}
.TagClassName
{
border-color: #BCCEE3;
}
</style>