#BCDDC0

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

Shades of Edgewater #BCDDC0

Tints of Edgewater #BCDDC0

Color information

#BCDDC0 (or 0xBCDDC0) is unknown color: approx Edgewater. HEX triplet: BC, DD and C0. RGB value is (188,221,192). Sum of RGB (Red+Green+Blue) = 188+221+192=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC0 is #43223F. Grayscale: #CFCFCF. Windows color (decimal): -4399680 or 12639676. OLE color: 12639676.

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

Color convert

RGB188221192-
CMYK0.1500.130.13
HSL127.27º32.67%80.2%-
HSV(B)127.27º14.93%86.67%-
XYZ56.1166.2159.69-
YUV207.83119.07113.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=31.28%
G=36.77%
B=31.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211920.1500.130.13127.2732.6780.2
HexBCDDC0F0DD7f2150
Octal274335300170151517741120
Binary101111001101110111000000111101101110111111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDC0; }

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

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

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

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

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

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

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

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