#B6BCD0

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

Shades of Echo Blue #B6BCD0

Tints of Echo Blue #B6BCD0

Color information

#B6BCD0 (or 0xB6BCD0) is unknown color: approx Echo Blue. HEX triplet: B6, BC and D0. RGB value is (182,188,208). Sum of RGB (Red+Green+Blue) = 182+188+208=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCD0 is #49432F. Grayscale: #BCBCBC. Windows color (decimal): -4801328 or 13679798. OLE color: 13679798.

HSL color Cylindrical-coordinate representation of color #B6BCD0: hue angle of 226.15º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BCD0 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182188208-
CMYK0.120.1000.18
HSL226.15º21.67%76.47%-
HSV(B)226.15º12.5%81.57%-
XYZ48.6650.4766.85-
YUV188.49139.01123.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=31.49%
G=32.53%
B=35.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821882080.120.1000.18226.1521.6776.47
HexB6BCD0CA012e2164c
Octal266274320141202234226114
Binary1011011010111100110100001100101001001011100010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCD0; }

 p { color: rgb(182,188,208); }

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

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

 a { background-color: rgb(182,188,208); }

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

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

 span { border-color: rgb(182,188,208); }

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