#BCDAC6

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

Shades of Edgewater #BCDAC6

Tints of Edgewater #BCDAC6

Color information

#BCDAC6 (or 0xBCDAC6) is unknown color: approx Edgewater. HEX triplet: BC, DA and C6. RGB value is (188,218,198). Sum of RGB (Red+Green+Blue) = 188+218+198=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC6 is #432539. Grayscale: #CECECE. Windows color (decimal): -4400442 or 13032124. OLE color: 13032124.

HSL color Cylindrical-coordinate representation of color #BCDAC6: hue angle of 140º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAC6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB188218198-
CMYK0.1400.090.15
HSL140º28.85%79.61%-
HSV(B)140º13.76%85.49%-
XYZ5664.9163-
YUV206.75123.06114.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=31.13%
G=36.09%
B=32.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181980.1400.090.1514028.8579.61
HexBCDAC6E09F8c1d50
Octal274332306160111721435120
Binary101111001101101011000110111001001111110001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAC6; }

 p { color: rgb(188,218,198); }

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

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

 a { background-color: rgb(188,218,198); }

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

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

 span { border-color: rgb(188,218,198); }

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