#BCDEC5

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

Shades of Edgewater #BCDEC5

Tints of Edgewater #BCDEC5

Color information

#BCDEC5 (or 0xBCDEC5) is unknown color: approx Edgewater. HEX triplet: BC, DE and C5. RGB value is (188,222,197). Sum of RGB (Red+Green+Blue) = 188+222+197=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC5 is #43213A. Grayscale: #D1D1D1. Windows color (decimal): -4399419 or 12967612. OLE color: 12967612.

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

Color convert

RGB188222197-
CMYK0.1500.110.13
HSL135.88º34%80.39%-
HSV(B)135.88º15.32%87.06%-
XYZ56.9466.9762.75-
YUV208.98121.24113.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=30.97%
G=36.57%
B=32.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221970.1500.110.13135.883480.39
HexBCDEC5F0BD882250
Octal274336305170131521042120
Binary1011110011011110110001011111010111101100010001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEC5; }

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

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

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

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

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

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

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

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