#BCDFC7

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

Shades of Edgewater #BCDFC7

Tints of Edgewater #BCDFC7

Color information

#BCDFC7 (or 0xBCDFC7) is unknown color: approx Edgewater. HEX triplet: BC, DF and C7. RGB value is (188,223,199). Sum of RGB (Red+Green+Blue) = 188+223+199=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC7 is #432038. Grayscale: #D1D1D1. Windows color (decimal): -4399161 or 13098940. OLE color: 13098940.

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

Color convert

RGB188223199-
CMYK0.1600.110.13
HSL138.86º35.35%80.59%-
HSV(B)138.86º15.7%87.45%-
XYZ57.4467.5964.05-
YUV209.8121.9112.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=30.82%
G=36.56%
B=32.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231990.1600.110.13138.8635.3580.59
HexBCDFC7100BD8b2351
Octal274337307200131521343121
Binary10111100110111111100011110000010111101100010111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC7; }

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

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

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

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

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

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

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

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