#BCDAC5

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

Shades of Edgewater #BCDAC5

Tints of Edgewater #BCDAC5

Color information

#BCDAC5 (or 0xBCDAC5) is unknown color: approx Edgewater. HEX triplet: BC, DA and C5. RGB value is (188,218,197). Sum of RGB (Red+Green+Blue) = 188+218+197=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC5 is #43253A. Grayscale: #CECECE. Windows color (decimal): -4400443 or 12966588. OLE color: 12966588.

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

Color convert

RGB188218197-
CMYK0.1400.100.15
HSL138º28.85%79.61%-
HSV(B)138º13.76%85.49%-
XYZ55.8964.8762.4-
YUV206.64122.56114.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=31.18%
G=36.15%
B=32.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181970.1400.100.1513828.8579.61
HexBCDAC5E0AF8a1d50
Octal274332305160121721235120
Binary101111001101101011000101111001010111110001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAC5; }

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

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

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

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

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

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

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

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