Shades of Light Steel Blue #B6C5E5
Tints of Light Steel Blue #B6C5E5
RGB
CMYK
RGB Variations
Color information
#B6C5E5 (or 0xB6C5E5) is known color: Light Steel Blue. HEX triplet: B6, C5 and E5. RGB value is (182,197,229). Sum of RGB (Red+Green+Blue) = 182+197+229=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6C5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5E5 is #493A1A. Grayscale: #C4C4C4. Windows color (decimal): -4799003 or 15058358. OLE color: 15058358.
HSL color Cylindrical-coordinate representation of color #B6C5E5: hue angle of 220.85º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C5E5 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 197 | 229 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.10 |
| HSL | 220.85º | 0.47% | 0.81% | - |
| HSV(B) | 220.85º | 0.21% | 0.9% | - |
| XYZ | 53.4 | 55.53 | 82.03 | - |
| YUV | 196.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 229 | 0.21 | 0.14 | 0 | 0.10 | 220.85 | 0.47 | 0.81 |
| Hex | B6 | C5 | E5 | 15 | E | 0 | A | DD | 2F | 51 |
| Octal | 266 | 305 | 345 | 25 | 16 | 0 | 12 | 335 | 57 | 121 |
| Binary | 10110110 | 11000101 | 11100101 | 10101 | 1110 | 0 | 1010 | 11011101 | 101111 | 1010001 |
Color Harmonies of #B6C5E5
Complementary color
Monochromatic Colors of #B6C5E5
Black with #B6C5E5
Text Example
Text Example
White with #B6C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C5E5; }
p { color: rgb(182,197,229); }
H1.HeaderClassName
{
color: #B6C5E5;
}
.AnyTagClassName
{
color: #B6C5E5;
}
</style>
background-color css
<style>
a { background-color: #B6C5E5; }
a { background-color: rgb(182,197,229); }
div.DivClassName
{
background-color: #B6C5E5;
}
.BgClassName
{
background-color: #B6C5E5;
}
</style>
border-color css
<style>
span { border-color: #B6C5E5; }
span { border-color: rgb(182,197,229); }
td.TdClassName
{
border-color: #B6C5E5;
}
.TagClassName
{
border-color: #B6C5E5;
}
</style>