Shades of Light Steel Blue #BBC7DD
Tints of Light Steel Blue #BBC7DD
RGB
CMYK
RGB Variations
Color information
#BBC7DD (or 0xBBC7DD) is known color: Light Steel Blue. HEX triplet: BB, C7 and DD. RGB value is (187,199,221). Sum of RGB (Red+Green+Blue) = 187+199+221=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DD is #443822. Grayscale: #C5C5C5. Windows color (decimal): -4470819 or 14534587. OLE color: 14534587.
HSL color Cylindrical-coordinate representation of color #BBC7DD: hue angle of 218.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC7DD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 199 | 221 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.13 |
| HSL | 218.82º | 0.33% | 0.8% | - |
| HSV(B) | 218.82º | 0.15% | 0.87% | - |
| XYZ | 53.97 | 56.63 | 76.49 | - |
| YUV | 197.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 221 | 0.15 | 0.10 | 0 | 0.13 | 218.82 | 0.33 | 0.8 |
| Hex | BB | C7 | DD | F | A | 0 | D | DB | 21 | 50 |
| Octal | 273 | 307 | 335 | 17 | 12 | 0 | 15 | 333 | 41 | 120 |
| Binary | 10111011 | 11000111 | 11011101 | 1111 | 1010 | 0 | 1101 | 11011011 | 100001 | 1010000 |
Color Harmonies of #BBC7DD
Complementary color
Monochromatic Colors of #BBC7DD
Black with #BBC7DD
Text Example
Text Example
White with #BBC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7DD; }
p { color: rgb(187,199,221); }
H1.HeaderClassName
{
color: #BBC7DD;
}
.AnyTagClassName
{
color: #BBC7DD;
}
</style>
background-color css
<style>
a { background-color: #BBC7DD; }
a { background-color: rgb(187,199,221); }
div.DivClassName
{
background-color: #BBC7DD;
}
.BgClassName
{
background-color: #BBC7DD;
}
</style>
border-color css
<style>
span { border-color: #BBC7DD; }
span { border-color: rgb(187,199,221); }
td.TdClassName
{
border-color: #BBC7DD;
}
.TagClassName
{
border-color: #BBC7DD;
}
</style>