#BCDEC4

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

Shades of Edgewater #BCDEC4

Tints of Edgewater #BCDEC4

Color information

#BCDEC4 (or 0xBCDEC4) is unknown color: approx Edgewater. HEX triplet: BC, DE and C4. RGB value is (188,222,196). Sum of RGB (Red+Green+Blue) = 188+222+196=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC4 is #43213B. Grayscale: #D0D0D0. Windows color (decimal): -4399420 or 12902076. OLE color: 12902076.

HSL color Cylindrical-coordinate representation of color #BCDEC4: hue angle of 134.12º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDEC4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB188222196-
CMYK0.1500.120.13
HSL134.12º34%80.39%-
HSV(B)134.12º15.32%87.06%-
XYZ56.8266.9262.15-
YUV208.87120.74113.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 196 (76.95% from 255) = 32.34%
R=31.02%
G=36.63%
B=32.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221960.1500.120.13134.123480.39
HexBCDEC4F0CD862250
Octal274336304170141520642120
Binary1011110011011110110001001111011001101100001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEC4; }

 p { color: rgb(188,222,196); }

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

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

 a { background-color: rgb(188,222,196); }

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

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

 span { border-color: rgb(188,222,196); }

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