Shades of Light Steel Blue #B8C2DC
Tints of Light Steel Blue #B8C2DC
RGB
CMYK
RGB Variations
Color information
#B8C2DC (or 0xB8C2DC) is known color: Light Steel Blue. HEX triplet: B8, C2 and DC. RGB value is (184,194,220). Sum of RGB (Red+Green+Blue) = 184+194+220=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2DC is #473D23. Grayscale: #C1C1C1. Windows color (decimal): -4668708 or 14467768. OLE color: 14467768.
HSL color Cylindrical-coordinate representation of color #B8C2DC: hue angle of 223.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8C2DC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 194 | 220 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.14 |
| HSL | 223.33º | 0.34% | 0.79% | - |
| HSV(B) | 223.33º | 0.16% | 0.86% | - |
| XYZ | 51.98 | 53.94 | 75.38 | - |
| YUV | 193.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 220 | 0.16 | 0.12 | 0 | 0.14 | 223.33 | 0.34 | 0.79 |
| Hex | B8 | C2 | DC | 10 | C | 0 | E | DF | 22 | 4F |
| Octal | 270 | 302 | 334 | 20 | 14 | 0 | 16 | 337 | 42 | 117 |
| Binary | 10111000 | 11000010 | 11011100 | 10000 | 1100 | 0 | 1110 | 11011111 | 100010 | 1001111 |
Color Harmonies of #B8C2DC
Complementary color
Monochromatic Colors of #B8C2DC
Black with #B8C2DC
Text Example
Text Example
White with #B8C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2DC; }
p { color: rgb(184,194,220); }
H1.HeaderClassName
{
color: #B8C2DC;
}
.AnyTagClassName
{
color: #B8C2DC;
}
</style>
background-color css
<style>
a { background-color: #B8C2DC; }
a { background-color: rgb(184,194,220); }
div.DivClassName
{
background-color: #B8C2DC;
}
.BgClassName
{
background-color: #B8C2DC;
}
</style>
border-color css
<style>
span { border-color: #B8C2DC; }
span { border-color: rgb(184,194,220); }
td.TdClassName
{
border-color: #B8C2DC;
}
.TagClassName
{
border-color: #B8C2DC;
}
</style>