Shades of Echo Blue #B8BBC4
Tints of Echo Blue #B8BBC4
RGB
CMYK
RGB Variations
Color information
#B8BBC4 (or 0xB8BBC4) is known color: Echo Blue. HEX triplet: B8, BB and C4. RGB value is (184,187,196). Sum of RGB (Red+Green+Blue) = 184+187+196=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 196 - color contains mainly: blue. Hex color #B8BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBC4 is #47443B. Grayscale: #BBBBBB. Windows color (decimal): -4670524 or 12893112. OLE color: 12893112.
HSL color Cylindrical-coordinate representation of color #B8BBC4: hue angle of 225º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8BBC4 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 184 | 187 | 196 | - |
CMYK | 0.06 | 0.05 | 0 | 0.23 |
HSL | 225º | 0.09% | 0.75% | - |
HSV(B) | 225º | 0.06% | 0.77% | - |
XYZ | 47.5 | 49.72 | 59.32 | - |
YUV | 187.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 187 | 196 | 0.06 | 0.05 | 0 | 0.23 | 225 | 0.09 | 0.75 |
Hex | B8 | BB | C4 | 6 | 5 | 0 | 17 | E1 | 9 | 4B |
Octal | 270 | 273 | 304 | 6 | 5 | 0 | 27 | 341 | 11 | 113 |
Binary | 10111000 | 10111011 | 11000100 | 110 | 101 | 0 | 10111 | 11100001 | 1001 | 1001011 |
Color Harmonies of #B8BBC4
Complementary color
Monochromatic Colors of #B8BBC4
Black with #B8BBC4
Text Example
Text Example
White with #B8BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBC4; }
p { color: rgb(184,187,196); }
H1.HeaderClassName
{
color: #B8BBC4;
}
.AnyTagClassName
{
color: #B8BBC4;
}
</style>
background-color css
<style>
a { background-color: #B8BBC4; }
a { background-color: rgb(184,187,196); }
div.DivClassName
{
background-color: #B8BBC4;
}
.BgClassName
{
background-color: #B8BBC4;
}
</style>
border-color css
<style>
span { border-color: #B8BBC4; }
span { border-color: rgb(184,187,196); }
td.TdClassName
{
border-color: #B8BBC4;
}
.TagClassName
{
border-color: #B8BBC4;
}
</style>