Shades of Light Steel Blue #BBCDE3
Tints of Light Steel Blue #BBCDE3
RGB
CMYK
RGB Variations
Color information
#BBCDE3 (or 0xBBCDE3) is known color: Light Steel Blue. HEX triplet: BB, CD and E3. RGB value is (187,205,227). Sum of RGB (Red+Green+Blue) = 187+205+227=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE3 is #44321C. Grayscale: #CACACA. Windows color (decimal): -4469277 or 14929339. OLE color: 14929339.
HSL color Cylindrical-coordinate representation of color #BBCDE3: hue angle of 213º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCDE3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 205 | 227 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.11 |
| HSL | 213º | 0.42% | 0.81% | - |
| HSV(B) | 213º | 0.18% | 0.89% | - |
| XYZ | 56.19 | 59.77 | 81.25 | - |
| YUV | 202.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 227 | 0.18 | 0.10 | 0 | 0.11 | 213 | 0.42 | 0.81 |
| Hex | BB | CD | E3 | 12 | A | 0 | B | D5 | 2A | 51 |
| Octal | 273 | 315 | 343 | 22 | 12 | 0 | 13 | 325 | 52 | 121 |
| Binary | 10111011 | 11001101 | 11100011 | 10010 | 1010 | 0 | 1011 | 11010101 | 101010 | 1010001 |
Color Harmonies of #BBCDE3
Complementary color
Monochromatic Colors of #BBCDE3
Black with #BBCDE3
Text Example
Text Example
White with #BBCDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDE3; }
p { color: rgb(187,205,227); }
H1.HeaderClassName
{
color: #BBCDE3;
}
.AnyTagClassName
{
color: #BBCDE3;
}
</style>
background-color css
<style>
a { background-color: #BBCDE3; }
a { background-color: rgb(187,205,227); }
div.DivClassName
{
background-color: #BBCDE3;
}
.BgClassName
{
background-color: #BBCDE3;
}
</style>
border-color css
<style>
span { border-color: #BBCDE3; }
span { border-color: rgb(187,205,227); }
td.TdClassName
{
border-color: #BBCDE3;
}
.TagClassName
{
border-color: #BBCDE3;
}
</style>