Shades of Light Steel Blue #BCCFE2
Tints of Light Steel Blue #BCCFE2
RGB
CMYK
RGB Variations
Color information
#BCCFE2 (or 0xBCCFE2) is known color: Light Steel Blue. HEX triplet: BC, CF and E2. RGB value is (188,207,226). Sum of RGB (Red+Green+Blue) = 188+207+226=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE2 is #43301D. Grayscale: #CBCBCB. Windows color (decimal): -4403230 or 14864316. OLE color: 14864316.
HSL color Cylindrical-coordinate representation of color #BCCFE2: hue angle of 210º 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 #BCCFE2 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 207 | 226 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.11 |
| HSL | 210º | 0.4% | 0.81% | - |
| HSV(B) | 210º | 0.17% | 0.89% | - |
| XYZ | 56.78 | 60.81 | 80.7 | - |
| YUV | 203.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 226 | 0.17 | 0.08 | 0 | 0.11 | 210 | 0.4 | 0.81 |
| Hex | BC | CF | E2 | 11 | 8 | 0 | B | D2 | 28 | 51 |
| Octal | 274 | 317 | 342 | 21 | 10 | 0 | 13 | 322 | 50 | 121 |
| Binary | 10111100 | 11001111 | 11100010 | 10001 | 1000 | 0 | 1011 | 11010010 | 101000 | 1010001 |
Color Harmonies of #BCCFE2
Complementary color
Monochromatic Colors of #BCCFE2
Black with #BCCFE2
Text Example
Text Example
White with #BCCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFE2; }
p { color: rgb(188,207,226); }
H1.HeaderClassName
{
color: #BCCFE2;
}
.AnyTagClassName
{
color: #BCCFE2;
}
</style>
background-color css
<style>
a { background-color: #BCCFE2; }
a { background-color: rgb(188,207,226); }
div.DivClassName
{
background-color: #BCCFE2;
}
.BgClassName
{
background-color: #BCCFE2;
}
</style>
border-color css
<style>
span { border-color: #BCCFE2; }
span { border-color: rgb(188,207,226); }
td.TdClassName
{
border-color: #BCCFE2;
}
.TagClassName
{
border-color: #BCCFE2;
}
</style>