Shades of Light Steel Blue #B5C2DC
Tints of Light Steel Blue #B5C2DC
RGB
CMYK
RGB Variations
Color information
#B5C2DC (or 0xB5C2DC) is known color: Light Steel Blue. HEX triplet: B5, C2 and DC. RGB value is (181,194,220). Sum of RGB (Red+Green+Blue) = 181+194+220=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2DC is #4A3D23. Grayscale: #C0C0C0. Windows color (decimal): -4865316 or 14467765. OLE color: 14467765.
HSL color Cylindrical-coordinate representation of color #B5C2DC: hue angle of 220º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5C2DC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 194 | 220 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.14 |
| HSL | 220º | 0.36% | 0.79% | - |
| HSV(B) | 220º | 0.18% | 0.86% | - |
| XYZ | 51.27 | 53.57 | 75.35 | - |
| YUV | 193.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 220 | 0.18 | 0.12 | 0 | 0.14 | 220 | 0.36 | 0.79 |
| Hex | B5 | C2 | DC | 12 | C | 0 | E | DC | 24 | 4F |
| Octal | 265 | 302 | 334 | 22 | 14 | 0 | 16 | 334 | 44 | 117 |
| Binary | 10110101 | 11000010 | 11011100 | 10010 | 1100 | 0 | 1110 | 11011100 | 100100 | 1001111 |
Color Harmonies of #B5C2DC
Complementary color
Monochromatic Colors of #B5C2DC
Black with #B5C2DC
Text Example
Text Example
White with #B5C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2DC; }
p { color: rgb(181,194,220); }
H1.HeaderClassName
{
color: #B5C2DC;
}
.AnyTagClassName
{
color: #B5C2DC;
}
</style>
background-color css
<style>
a { background-color: #B5C2DC; }
a { background-color: rgb(181,194,220); }
div.DivClassName
{
background-color: #B5C2DC;
}
.BgClassName
{
background-color: #B5C2DC;
}
</style>
border-color css
<style>
span { border-color: #B5C2DC; }
span { border-color: rgb(181,194,220); }
td.TdClassName
{
border-color: #B5C2DC;
}
.TagClassName
{
border-color: #B5C2DC;
}
</style>