#B4B8CC

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

Shades of Echo Blue #B4B8CC

Tints of Echo Blue #B4B8CC

Color information

#B4B8CC (or 0xB4B8CC) is unknown color: approx Echo Blue. HEX triplet: B4, B8 and CC. RGB value is (180,184,204). Sum of RGB (Red+Green+Blue) = 180+184+204=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8CC is #4B4733. Grayscale: #B9B9B9. Windows color (decimal): -4933428 or 13416628. OLE color: 13416628.

HSL color Cylindrical-coordinate representation of color #B4B8CC: hue angle of 230º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4B8CC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180184204-
CMYK0.120.1000.2
HSL230º19.05%75.29%-
HSV(B)230º11.76%80%-
XYZ46.8648.3463.99-
YUV185.08138.67124.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=31.69%
G=32.39%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801842040.120.1000.223019.0575.29
HexB4B8CCCA014e6134b
Octal264270314141202434623113
Binary1011010010111000110011001100101001010011100110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8CC; }

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

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

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

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

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

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

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

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