Shades of Light Steel Blue #B5C1DC
Tints of Light Steel Blue #B5C1DC
RGB
CMYK
RGB Variations
Color information
#B5C1DC (or 0xB5C1DC) is known color: Light Steel Blue. HEX triplet: B5, C1 and DC. RGB value is (181,193,220). Sum of RGB (Red+Green+Blue) = 181+193+220=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1DC is #4A3E23. Grayscale: #C0C0C0. Windows color (decimal): -4865572 or 14467509. OLE color: 14467509.
HSL color Cylindrical-coordinate representation of color #B5C1DC: hue angle of 221.54º 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 #B5C1DC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 193 | 220 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.14 |
| HSL | 221.54º | 0.36% | 0.79% | - |
| HSV(B) | 221.54º | 0.18% | 0.86% | - |
| XYZ | 51.04 | 53.13 | 75.28 | - |
| YUV | 192.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 220 | 0.18 | 0.12 | 0 | 0.14 | 221.54 | 0.36 | 0.79 |
| Hex | B5 | C1 | DC | 12 | C | 0 | E | DE | 24 | 4F |
| Octal | 265 | 301 | 334 | 22 | 14 | 0 | 16 | 336 | 44 | 117 |
| Binary | 10110101 | 11000001 | 11011100 | 10010 | 1100 | 0 | 1110 | 11011110 | 100100 | 1001111 |
Color Harmonies of #B5C1DC
Complementary color
Monochromatic Colors of #B5C1DC
Black with #B5C1DC
Text Example
Text Example
White with #B5C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1DC; }
p { color: rgb(181,193,220); }
H1.HeaderClassName
{
color: #B5C1DC;
}
.AnyTagClassName
{
color: #B5C1DC;
}
</style>
background-color css
<style>
a { background-color: #B5C1DC; }
a { background-color: rgb(181,193,220); }
div.DivClassName
{
background-color: #B5C1DC;
}
.BgClassName
{
background-color: #B5C1DC;
}
</style>
border-color css
<style>
span { border-color: #B5C1DC; }
span { border-color: rgb(181,193,220); }
td.TdClassName
{
border-color: #B5C1DC;
}
.TagClassName
{
border-color: #B5C1DC;
}
</style>