#BCDAC0

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

Shades of Edgewater #BCDAC0

Tints of Edgewater #BCDAC0

Color information

#BCDAC0 (or 0xBCDAC0) is unknown color: approx Edgewater. HEX triplet: BC, DA and C0. RGB value is (188,218,192). Sum of RGB (Red+Green+Blue) = 188+218+192=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC0 is #43253F. Grayscale: #CECECE. Windows color (decimal): -4400448 or 12638908. OLE color: 12638908.

HSL color Cylindrical-coordinate representation of color #BCDAC0: hue angle of 128º 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 #BCDAC0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB188218192-
CMYK0.1400.120.15
HSL128º28.85%79.61%-
HSV(B)128º13.76%85.49%-
XYZ55.3264.6459.43-
YUV206.07120.06115.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=31.44%
G=36.45%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181920.1400.120.1512828.8579.61
HexBCDAC0E0CF801d50
Octal274332300160141720035120
Binary101111001101101011000000111001100111110000000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAC0; }

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

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

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

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

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

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

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

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