Shades of Light Steel Blue #BDCFE2
Tints of Light Steel Blue #BDCFE2
RGB
CMYK
RGB Variations
Color information
#BDCFE2 (or 0xBDCFE2) is known color: Light Steel Blue. HEX triplet: BD, CF and E2. RGB value is (189,207,226). Sum of RGB (Red+Green+Blue) = 189+207+226=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFE2 is #42301D. Grayscale: #CBCBCB. Windows color (decimal): -4337694 or 14864317. OLE color: 14864317.
HSL color Cylindrical-coordinate representation of color #BDCFE2: hue angle of 210.81º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCFE2 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 207 | 226 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.11 |
| HSL | 210.81º | 0.39% | 0.81% | - |
| HSV(B) | 210.81º | 0.16% | 0.89% | - |
| XYZ | 57.03 | 60.94 | 80.71 | - |
| YUV | 203.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 226 | 0.16 | 0.08 | 0 | 0.11 | 210.81 | 0.39 | 0.81 |
| Hex | BD | CF | E2 | 10 | 8 | 0 | B | D3 | 27 | 51 |
| Octal | 275 | 317 | 342 | 20 | 10 | 0 | 13 | 323 | 47 | 121 |
| Binary | 10111101 | 11001111 | 11100010 | 10000 | 1000 | 0 | 1011 | 11010011 | 100111 | 1010001 |
Color Harmonies of #BDCFE2
Complementary color
Monochromatic Colors of #BDCFE2
Black with #BDCFE2
Text Example
Text Example
White with #BDCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFE2; }
p { color: rgb(189,207,226); }
H1.HeaderClassName
{
color: #BDCFE2;
}
.AnyTagClassName
{
color: #BDCFE2;
}
</style>
background-color css
<style>
a { background-color: #BDCFE2; }
a { background-color: rgb(189,207,226); }
div.DivClassName
{
background-color: #BDCFE2;
}
.BgClassName
{
background-color: #BDCFE2;
}
</style>
border-color css
<style>
span { border-color: #BDCFE2; }
span { border-color: rgb(189,207,226); }
td.TdClassName
{
border-color: #BDCFE2;
}
.TagClassName
{
border-color: #BDCFE2;
}
</style>