Shades of Light Steel Blue #B2C0DD
Tints of Light Steel Blue #B2C0DD
RGB
CMYK
RGB Variations
Color information
#B2C0DD (or 0xB2C0DD) is known color: Light Steel Blue. HEX triplet: B2, C0 and DD. RGB value is (178,192,221). Sum of RGB (Red+Green+Blue) = 178+192+221=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0DD is #4D3F22. Grayscale: #BEBEBE. Windows color (decimal): -5062435 or 14532786. OLE color: 14532786.
HSL color Cylindrical-coordinate representation of color #B2C0DD: hue angle of 220.47º 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 #B2C0DD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 192 | 221 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.13 |
| HSL | 220.47º | 0.39% | 0.78% | - |
| HSV(B) | 220.47º | 0.19% | 0.87% | - |
| XYZ | 50.26 | 52.38 | 75.87 | - |
| YUV | 191.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 221 | 0.19 | 0.13 | 0 | 0.13 | 220.47 | 0.39 | 0.78 |
| Hex | B2 | C0 | DD | 13 | D | 0 | D | DC | 27 | 4E |
| Octal | 262 | 300 | 335 | 23 | 15 | 0 | 15 | 334 | 47 | 116 |
| Binary | 10110010 | 11000000 | 11011101 | 10011 | 1101 | 0 | 1101 | 11011100 | 100111 | 1001110 |
Color Harmonies of #B2C0DD
Complementary color
Monochromatic Colors of #B2C0DD
Black with #B2C0DD
Text Example
Text Example
White with #B2C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0DD; }
p { color: rgb(178,192,221); }
H1.HeaderClassName
{
color: #B2C0DD;
}
.AnyTagClassName
{
color: #B2C0DD;
}
</style>
background-color css
<style>
a { background-color: #B2C0DD; }
a { background-color: rgb(178,192,221); }
div.DivClassName
{
background-color: #B2C0DD;
}
.BgClassName
{
background-color: #B2C0DD;
}
</style>
border-color css
<style>
span { border-color: #B2C0DD; }
span { border-color: rgb(178,192,221); }
td.TdClassName
{
border-color: #B2C0DD;
}
.TagClassName
{
border-color: #B2C0DD;
}
</style>