Shades of Light Steel Blue #B4C2DD
Tints of Light Steel Blue #B4C2DD
RGB
CMYK
RGB Variations
Color information
#B4C2DD (or 0xB4C2DD) is known color: Light Steel Blue. HEX triplet: B4, C2 and DD. RGB value is (180,194,221). Sum of RGB (Red+Green+Blue) = 180+194+221=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2DD is #4B3D22. Grayscale: #C0C0C0. Windows color (decimal): -4930851 or 14533300. OLE color: 14533300.
HSL color Cylindrical-coordinate representation of color #B4C2DD: hue angle of 219.51º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4C2DD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 194 | 221 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.13 |
| HSL | 219.51º | 0.38% | 0.79% | - |
| HSV(B) | 219.51º | 0.19% | 0.87% | - |
| XYZ | 51.17 | 53.51 | 76.04 | - |
| YUV | 192.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 221 | 0.19 | 0.12 | 0 | 0.13 | 219.51 | 0.38 | 0.79 |
| Hex | B4 | C2 | DD | 13 | C | 0 | D | DC | 26 | 4F |
| Octal | 264 | 302 | 335 | 23 | 14 | 0 | 15 | 334 | 46 | 117 |
| Binary | 10110100 | 11000010 | 11011101 | 10011 | 1100 | 0 | 1101 | 11011100 | 100110 | 1001111 |
Color Harmonies of #B4C2DD
Complementary color
Monochromatic Colors of #B4C2DD
Black with #B4C2DD
Text Example
Text Example
White with #B4C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2DD; }
p { color: rgb(180,194,221); }
H1.HeaderClassName
{
color: #B4C2DD;
}
.AnyTagClassName
{
color: #B4C2DD;
}
</style>
background-color css
<style>
a { background-color: #B4C2DD; }
a { background-color: rgb(180,194,221); }
div.DivClassName
{
background-color: #B4C2DD;
}
.BgClassName
{
background-color: #B4C2DD;
}
</style>
border-color css
<style>
span { border-color: #B4C2DD; }
span { border-color: rgb(180,194,221); }
td.TdClassName
{
border-color: #B4C2DD;
}
.TagClassName
{
border-color: #B4C2DD;
}
</style>