#B6BACC

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

Shades of Echo Blue #B6BACC

Tints of Echo Blue #B6BACC

Color information

#B6BACC (or 0xB6BACC) is unknown color: approx Echo Blue. HEX triplet: B6, BA and CC. RGB value is (182,186,204). Sum of RGB (Red+Green+Blue) = 182+186+204=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BACC is #494533. Grayscale: #BABABA. Windows color (decimal): -4801844 or 13417142. OLE color: 13417142.

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

Color convert

RGB182186204-
CMYK0.110.0900.2
HSL229.09º17.74%75.69%-
HSV(B)229.09º10.78%80%-
XYZ47.7549.4264.15-
YUV186.86137.67124.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=31.82%
G=32.52%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821862040.110.0900.2229.0917.7475.69
HexB6BACCB9014e5124c
Octal266272314131102434522114
Binary1011011010111010110011001011100101010011100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BACC; }

 p { color: rgb(182,186,204); }

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

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

 a { background-color: rgb(182,186,204); }

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

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

 span { border-color: rgb(182,186,204); }

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