Shades of Light Steel Blue #B2C7DD
Tints of Light Steel Blue #B2C7DD
RGB
CMYK
RGB Variations
Color information
#B2C7DD (or 0xB2C7DD) is known color: Light Steel Blue. HEX triplet: B2, C7 and DD. RGB value is (178,199,221). Sum of RGB (Red+Green+Blue) = 178+199+221=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2C7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7DD is #4D3822. Grayscale: #C3C3C3. Windows color (decimal): -5060643 or 14534578. OLE color: 14534578.
HSL color Cylindrical-coordinate representation of color #B2C7DD: hue angle of 210.7º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2C7DD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 199 | 221 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.13 |
| HSL | 210.7º | 0.39% | 0.78% | - |
| HSV(B) | 210.7º | 0.19% | 0.87% | - |
| XYZ | 51.83 | 55.53 | 76.39 | - |
| YUV | 195.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 221 | 0.19 | 0.10 | 0 | 0.13 | 210.7 | 0.39 | 0.78 |
| Hex | B2 | C7 | DD | 13 | A | 0 | D | D3 | 27 | 4E |
| Octal | 262 | 307 | 335 | 23 | 12 | 0 | 15 | 323 | 47 | 116 |
| Binary | 10110010 | 11000111 | 11011101 | 10011 | 1010 | 0 | 1101 | 11010011 | 100111 | 1001110 |
Color Harmonies of #B2C7DD
Complementary color
Monochromatic Colors of #B2C7DD
Black with #B2C7DD
Text Example
Text Example
White with #B2C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C7DD; }
p { color: rgb(178,199,221); }
H1.HeaderClassName
{
color: #B2C7DD;
}
.AnyTagClassName
{
color: #B2C7DD;
}
</style>
background-color css
<style>
a { background-color: #B2C7DD; }
a { background-color: rgb(178,199,221); }
div.DivClassName
{
background-color: #B2C7DD;
}
.BgClassName
{
background-color: #B2C7DD;
}
</style>
border-color css
<style>
span { border-color: #B2C7DD; }
span { border-color: rgb(178,199,221); }
td.TdClassName
{
border-color: #B2C7DD;
}
.TagClassName
{
border-color: #B2C7DD;
}
</style>