#B4BBCF

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

Shades of Echo Blue #B4BBCF

Tints of Echo Blue #B4BBCF

Color information

#B4BBCF (or 0xB4BBCF) is unknown color: approx Echo Blue. HEX triplet: B4, BB and CF. RGB value is (180,187,207). Sum of RGB (Red+Green+Blue) = 180+187+207=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBCF is #4B4430. Grayscale: #BBBBBB. Windows color (decimal): -4932657 or 13614004. OLE color: 13614004.

HSL color Cylindrical-coordinate representation of color #B4BBCF: hue angle of 224.44º 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 #B4BBCF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180187207-
CMYK0.130.1000.19
HSL224.44º21.95%75.88%-
HSV(B)224.44º13.04%81.18%-
XYZ47.8649.7566.11-
YUV187.19139.18122.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=31.36%
G=32.58%
B=36.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801872070.130.1000.19224.4421.9575.88
HexB4BBCFDA013e0164c
Octal264273317151202334026114
Binary1011010010111011110011111101101001001111100000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBCF; }

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

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

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

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

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

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

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

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