Shades of Light Steel Blue #B9C3DD
Tints of Light Steel Blue #B9C3DD
RGB
CMYK
RGB Variations
Color information
#B9C3DD (or 0xB9C3DD) is known color: Light Steel Blue. HEX triplet: B9, C3 and DD. RGB value is (185,195,221). Sum of RGB (Red+Green+Blue) = 185+195+221=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3DD is #463C22. Grayscale: #C2C2C2. Windows color (decimal): -4602915 or 14533561. OLE color: 14533561.
HSL color Cylindrical-coordinate representation of color #B9C3DD: hue angle of 223.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C3DD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 185 | 195 | 221 | - |
CMYK | 0.16 | 0.12 | 0 | 0.13 |
HSL | 223.33º | 0.35% | 0.8% | - |
HSV(B) | 223.33º | 0.16% | 0.87% | - |
XYZ | 52.57 | 54.56 | 76.17 | - |
YUV | 194.97 | 142.69 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 195 | 221 | 0.16 | 0.12 | 0 | 0.13 | 223.33 | 0.35 | 0.8 |
Hex | B9 | C3 | DD | 10 | C | 0 | D | DF | 23 | 50 |
Octal | 271 | 303 | 335 | 20 | 14 | 0 | 15 | 337 | 43 | 120 |
Binary | 10111001 | 11000011 | 11011101 | 10000 | 1100 | 0 | 1101 | 11011111 | 100011 | 1010000 |
Color Harmonies of #B9C3DD
Complementary color
Monochromatic Colors of #B9C3DD
Black with #B9C3DD
Text Example
Text Example
White with #B9C3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3DD; }
p { color: rgb(185,195,221); }
H1.HeaderClassName
{
color: #B9C3DD;
}
.AnyTagClassName
{
color: #B9C3DD;
}
</style>
background-color css
<style>
a { background-color: #B9C3DD; }
a { background-color: rgb(185,195,221); }
div.DivClassName
{
background-color: #B9C3DD;
}
.BgClassName
{
background-color: #B9C3DD;
}
</style>
border-color css
<style>
span { border-color: #B9C3DD; }
span { border-color: rgb(185,195,221); }
td.TdClassName
{
border-color: #B9C3DD;
}
.TagClassName
{
border-color: #B9C3DD;
}
</style>