#B9BDCC

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

Shades of Echo Blue #B9BDCC

Tints of Echo Blue #B9BDCC

Color information

#B9BDCC (or 0xB9BDCC) is unknown color: approx Echo Blue. HEX triplet: B9, BD and CC. RGB value is (185,189,204). Sum of RGB (Red+Green+Blue) = 185+189+204=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDCC is #464233. Grayscale: #BDBDBD. Windows color (decimal): -4604468 or 13417913. OLE color: 13417913.

HSL color Cylindrical-coordinate representation of color #B9BDCC: hue angle of 227.37º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BDCC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185189204-
CMYK0.090.0700.2
HSL227.37º15.7%76.27%-
HSV(B)227.37º9.31%80%-
XYZ49.151.0764.4-
YUV189.51136.17124.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=32.01%
G=32.70%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851892040.090.0700.2227.3715.776.27
HexB9BDCC97014e3104c
Octal27127531411702434320114
Binary101110011011110111001100100111101010011100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDCC; }

 p { color: rgb(185,189,204); }

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

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

 a { background-color: rgb(185,189,204); }

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

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

 span { border-color: rgb(185,189,204); }

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