#B8BBC2

Color #B8BBC2 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #B8BBC2

Tints of Echo Blue #B8BBC2

Color information

#B8BBC2 (or 0xB8BBC2) is unknown color: approx 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

RGB184187194-
CMYK0.050.0400.24
HSL222º7.58%74.12%-
HSV(B)222º5.15%76.08%-
XYZ47.2849.6358.13-
YUV186.9132.01125.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=32.57%
G=33.10%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841871940.050.0400.242227.5874.12
HexB8BBC254018de84a
Octal2702733025403033610112
Binary1011100010111011110000101011000110001101111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>