#BCDFC2

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

Shades of Edgewater #BCDFC2

Tints of Edgewater #BCDFC2

Color information

#BCDFC2 (or 0xBCDFC2) is unknown color: approx Edgewater. HEX triplet: BC, DF and C2. RGB value is (188,223,194). Sum of RGB (Red+Green+Blue) = 188+223+194=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC2 is #43203D. Grayscale: #D1D1D1. Windows color (decimal): -4399166 or 12771260. OLE color: 12771260.

HSL color Cylindrical-coordinate representation of color #BCDFC2: hue angle of 130.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB188223194-
CMYK0.1600.130.13
HSL130.29º35.35%80.59%-
HSV(B)130.29º15.7%87.45%-
XYZ56.8667.3661.04-
YUV209.23119.4112.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=31.07%
G=36.86%
B=32.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231940.1600.130.13130.2935.3580.59
HexBCDFC2100DD822351
Octal274337302200151520243121
Binary10111100110111111100001010000011011101100000101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC2; }

 p { color: rgb(188,223,194); }

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

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

 a { background-color: rgb(188,223,194); }

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

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

 span { border-color: rgb(188,223,194); }

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