Shades of Echo Blue #B8BBC2
Tints of Echo Blue #B8BBC2
RGB
CMYK
RGB Variations
Color information
#B8BBC2 (or 0xB8BBC2) is known color: Echo Blue. HEX triplet: B8, BB and C2. RGB value is (184,187,194). Sum of RGB (Red+Green+Blue) = 184+187+194=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBC2 is #47443D. Grayscale: #BABABA. Windows color (decimal): -4670526 or 12762040. OLE color: 12762040.
HSL color Cylindrical-coordinate representation of color #B8BBC2: hue angle of 222º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8BBC2 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 184 | 187 | 194 | - |
CMYK | 0.05 | 0.04 | 0 | 0.24 |
HSL | 222º | 0.08% | 0.74% | - |
HSV(B) | 222º | 0.05% | 0.76% | - |
XYZ | 47.28 | 49.63 | 58.13 | - |
YUV | 186.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 187 | 194 | 0.05 | 0.04 | 0 | 0.24 | 222 | 0.08 | 0.74 |
Hex | B8 | BB | C2 | 5 | 4 | 0 | 18 | DE | 8 | 4A |
Octal | 270 | 273 | 302 | 5 | 4 | 0 | 30 | 336 | 10 | 112 |
Binary | 10111000 | 10111011 | 11000010 | 101 | 100 | 0 | 11000 | 11011110 | 1000 | 1001010 |
Color Harmonies of #B8BBC2
Complementary color
Monochromatic Colors of #B8BBC2
Black with #B8BBC2
Text Example
Text Example
White with #B8BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBC2; }
p { color: rgb(184,187,194); }
H1.HeaderClassName
{
color: #B8BBC2;
}
.AnyTagClassName
{
color: #B8BBC2;
}
</style>
background-color css
<style>
a { background-color: #B8BBC2; }
a { background-color: rgb(184,187,194); }
div.DivClassName
{
background-color: #B8BBC2;
}
.BgClassName
{
background-color: #B8BBC2;
}
</style>
border-color css
<style>
span { border-color: #B8BBC2; }
span { border-color: rgb(184,187,194); }
td.TdClassName
{
border-color: #B8BBC2;
}
.TagClassName
{
border-color: #B8BBC2;
}
</style>