#BCDFC4

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

Shades of Edgewater #BCDFC4

Tints of Edgewater #BCDFC4

Color information

#BCDFC4 (or 0xBCDFC4) is unknown color: approx Edgewater. HEX triplet: BC, DF and C4. RGB value is (188,223,196). Sum of RGB (Red+Green+Blue) = 188+223+196=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC4 is #43203B. Grayscale: #D1D1D1. Windows color (decimal): -4399164 or 12902332. OLE color: 12902332.

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

Color convert

RGB188223196-
CMYK0.1600.120.13
HSL133.71º35.35%80.59%-
HSV(B)133.71º15.7%87.45%-
XYZ57.0967.4562.24-
YUV209.46120.4112.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=30.97%
G=36.74%
B=32.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231960.1600.120.13133.7135.3580.59
HexBCDFC4100CD862351
Octal274337304200141520643121
Binary10111100110111111100010010000011001101100001101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC4; }

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

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

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

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

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

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

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

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