Shades of Echo Blue #B1B3C3
Tints of Echo Blue #B1B3C3
RGB
CMYK
RGB Variations
Color information
#B1B3C3 (or 0xB1B3C3) is known color: Echo Blue. HEX triplet: B1, B3 and C3. RGB value is (177,179,195). Sum of RGB (Red+Green+Blue) = 177+179+195=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1B3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B3C3 is #4E4C3C. Grayscale: #B4B4B4. Windows color (decimal): -5131325 or 12825521. OLE color: 12825521.
HSL color Cylindrical-coordinate representation of color #B1B3C3: hue angle of 233.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1B3C3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 179 | 195 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.24 |
| HSL | 233.33º | 0.13% | 0.73% | - |
| HSV(B) | 233.33º | 0.09% | 0.76% | - |
| XYZ | 44.1 | 45.53 | 58.09 | - |
| YUV | 180.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 195 | 0.09 | 0.08 | 0 | 0.24 | 233.33 | 0.13 | 0.73 |
| Hex | B1 | B3 | C3 | 9 | 8 | 0 | 18 | E9 | D | 49 |
| Octal | 261 | 263 | 303 | 11 | 10 | 0 | 30 | 351 | 15 | 111 |
| Binary | 10110001 | 10110011 | 11000011 | 1001 | 1000 | 0 | 11000 | 11101001 | 1101 | 1001001 |
Color Harmonies of #B1B3C3
Complementary color
Monochromatic Colors of #B1B3C3
Black with #B1B3C3
Text Example
Text Example
White with #B1B3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B3C3; }
p { color: rgb(177,179,195); }
H1.HeaderClassName
{
color: #B1B3C3;
}
.AnyTagClassName
{
color: #B1B3C3;
}
</style>
background-color css
<style>
a { background-color: #B1B3C3; }
a { background-color: rgb(177,179,195); }
div.DivClassName
{
background-color: #B1B3C3;
}
.BgClassName
{
background-color: #B1B3C3;
}
</style>
border-color css
<style>
span { border-color: #B1B3C3; }
span { border-color: rgb(177,179,195); }
td.TdClassName
{
border-color: #B1B3C3;
}
.TagClassName
{
border-color: #B1B3C3;
}
</style>