#BBBDC4

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

Shades of Echo Blue #BBBDC4

Tints of Echo Blue #BBBDC4

Color information

#BBBDC4 (or 0xBBBDC4) is unknown color: approx Echo Blue. HEX triplet: BB, BD and C4. RGB value is (187,189,196). Sum of RGB (Red+Green+Blue) = 187+189+196=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC4 is #44423B. Grayscale: #BDBDBD. Windows color (decimal): -4473404 or 12893627. OLE color: 12893627.

HSL color Cylindrical-coordinate representation of color #BBBDC4: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBDC4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187189196-
CMYK0.050.0400.23
HSL226.67º7.09%75.1%-
HSV(B)226.67º4.59%76.86%-
XYZ48.6550.9559.49-
YUV189.2131.84126.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=32.69%
G=33.04%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871891960.050.0400.23226.677.0975.1
HexBBBDC454017e374b
Octal273275304540273437113
Binary101110111011110111000100101100010111111000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDC4; }

 p { color: rgb(187,189,196); }

 H1.HeaderClassName
 {
   color: #BBBDC4;
 }
 .AnyTagClassName
 {
   color: #BBBDC4;
 }
</style>
background-color css

<style>
 a { background-color: #BBBDC4; }

 a { background-color: rgb(187,189,196); }

 div.DivClassName
 {
   background-color: #BBBDC4;
 }
 .BgClassName
 {
   background-color: #BBBDC4;
 }
</style>
border-color css

<style>
 span { border-color: #BBBDC4; }

 span { border-color: rgb(187,189,196); }

 td.TdClassName
 {
   border-color: #BBBDC4;
 }
 .TagClassName
 {
   border-color: #BBBDC4;
 }
</style>