#B4B8CF

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

Shades of Echo Blue #B4B8CF

Tints of Echo Blue #B4B8CF

Color information

#B4B8CF (or 0xB4B8CF) is unknown color: approx Echo Blue. HEX triplet: B4, B8 and CF. RGB value is (180,184,207). Sum of RGB (Red+Green+Blue) = 180+184+207=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8CF is #4B4730. Grayscale: #B9B9B9. Windows color (decimal): -4933425 or 13613236. OLE color: 13613236.

HSL color Cylindrical-coordinate representation of color #B4B8CF: hue angle of 231.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B8CF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180184207-
CMYK0.130.1100.19
HSL231.11º21.95%75.88%-
HSV(B)231.11º13.04%81.18%-
XYZ47.2348.4965.9-
YUV185.43140.17124.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=31.52%
G=32.22%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801842070.130.1100.19231.1121.9575.88
HexB4B8CFDB013e7164c
Octal264270317151302334726114
Binary1011010010111000110011111101101101001111100111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8CF; }

 p { color: rgb(180,184,207); }

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

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

 a { background-color: rgb(180,184,207); }

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

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

 span { border-color: rgb(180,184,207); }

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