#BCDFC3

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

Shades of Edgewater #BCDFC3

Tints of Edgewater #BCDFC3

Color information

#BCDFC3 (or 0xBCDFC3) is unknown color: approx Edgewater. HEX triplet: BC, DF and C3. RGB value is (188,223,195). Sum of RGB (Red+Green+Blue) = 188+223+195=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC3 is #43203C. Grayscale: #D1D1D1. Windows color (decimal): -4399165 or 12836796. OLE color: 12836796.

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

Color convert

RGB188223195-
CMYK0.1600.130.13
HSL132º35.35%80.59%-
HSV(B)132º15.7%87.45%-
XYZ56.9867.4161.64-
YUV209.34119.9112.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=31.02%
G=36.80%
B=32.18%

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
Decimal1882231950.1600.130.1313235.3580.59
HexBCDFC3100DD842351
Octal274337303200151520443121
Binary10111100110111111100001110000011011101100001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC3; }

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

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

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

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

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

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

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

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