Shades of Light Steel Blue #BCCFE3
Tints of Light Steel Blue #BCCFE3
RGB
CMYK
RGB Variations
Color information
#BCCFE3 (or 0xBCCFE3) is known color: Light Steel Blue. HEX triplet: BC, CF and E3. RGB value is (188,207,227). Sum of RGB (Red+Green+Blue) = 188+207+227=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCCFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE3 is #43301C. Grayscale: #CBCBCB. Windows color (decimal): -4403229 or 14929852. OLE color: 14929852.
HSL color Cylindrical-coordinate representation of color #BCCFE3: hue angle of 210.77º 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 #BCCFE3 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 207 | 227 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.11 |
| HSL | 210.77º | 0.41% | 0.81% | - |
| HSV(B) | 210.77º | 0.17% | 0.89% | - |
| XYZ | 56.92 | 60.86 | 81.42 | - |
| YUV | 203.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 227 | 0.17 | 0.09 | 0 | 0.11 | 210.77 | 0.41 | 0.81 |
| Hex | BC | CF | E3 | 11 | 9 | 0 | B | D3 | 29 | 51 |
| Octal | 274 | 317 | 343 | 21 | 11 | 0 | 13 | 323 | 51 | 121 |
| Binary | 10111100 | 11001111 | 11100011 | 10001 | 1001 | 0 | 1011 | 11010011 | 101001 | 1010001 |
Color Harmonies of #BCCFE3
Complementary color
Monochromatic Colors of #BCCFE3
Black with #BCCFE3
Text Example
Text Example
White with #BCCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFE3; }
p { color: rgb(188,207,227); }
H1.HeaderClassName
{
color: #BCCFE3;
}
.AnyTagClassName
{
color: #BCCFE3;
}
</style>
background-color css
<style>
a { background-color: #BCCFE3; }
a { background-color: rgb(188,207,227); }
div.DivClassName
{
background-color: #BCCFE3;
}
.BgClassName
{
background-color: #BCCFE3;
}
</style>
border-color css
<style>
span { border-color: #BCCFE3; }
span { border-color: rgb(188,207,227); }
td.TdClassName
{
border-color: #BCCFE3;
}
.TagClassName
{
border-color: #BCCFE3;
}
</style>