Shades of Echo Blue #B9BBC3
Tints of Echo Blue #B9BBC3
RGB
CMYK
RGB Variations
Color information
#B9BBC3 (or 0xB9BBC3) is known color: Echo Blue. HEX triplet: B9, BB and C3. RGB value is (185,187,195). Sum of RGB (Red+Green+Blue) = 185+187+195=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBC3 is #46443C. Grayscale: #BBBBBB. Windows color (decimal): -4604989 or 12827577. OLE color: 12827577.
HSL color Cylindrical-coordinate representation of color #B9BBC3: hue angle of 228º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BBC3 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 185 | 187 | 195 | - |
CMYK | 0.05 | 0.04 | 0 | 0.24 |
HSL | 228º | 0.08% | 0.75% | - |
HSV(B) | 228º | 0.05% | 0.76% | - |
XYZ | 47.63 | 49.8 | 58.73 | - |
YUV | 187.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 195 | 0.05 | 0.04 | 0 | 0.24 | 228 | 0.08 | 0.75 |
Hex | B9 | BB | C3 | 5 | 4 | 0 | 18 | E4 | 8 | 4B |
Octal | 271 | 273 | 303 | 5 | 4 | 0 | 30 | 344 | 10 | 113 |
Binary | 10111001 | 10111011 | 11000011 | 101 | 100 | 0 | 11000 | 11100100 | 1000 | 1001011 |
Color Harmonies of #B9BBC3
Complementary color
Monochromatic Colors of #B9BBC3
Black with #B9BBC3
Text Example
Text Example
White with #B9BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBC3; }
p { color: rgb(185,187,195); }
H1.HeaderClassName
{
color: #B9BBC3;
}
.AnyTagClassName
{
color: #B9BBC3;
}
</style>
background-color css
<style>
a { background-color: #B9BBC3; }
a { background-color: rgb(185,187,195); }
div.DivClassName
{
background-color: #B9BBC3;
}
.BgClassName
{
background-color: #B9BBC3;
}
</style>
border-color css
<style>
span { border-color: #B9BBC3; }
span { border-color: rgb(185,187,195); }
td.TdClassName
{
border-color: #B9BBC3;
}
.TagClassName
{
border-color: #B9BBC3;
}
</style>