#BCE0C2

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

Shades of Edgewater #BCE0C2

Tints of Edgewater #BCE0C2

Color information

#BCE0C2 (or 0xBCE0C2) is unknown color: approx Edgewater. HEX triplet: BC, E0 and C2. RGB value is (188,224,194). Sum of RGB (Red+Green+Blue) = 188+224+194=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C2 is #431F3D. Grayscale: #D1D1D1. Windows color (decimal): -4398910 or 12771516. OLE color: 12771516.

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

Color convert

RGB188224194-
CMYK0.1600.130.12
HSL130º36.73%80.78%-
HSV(B)130º16.07%87.84%-
XYZ57.1367.961.13-
YUV209.82119.07112.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 194 (76.17% from 255) = 32.01%
R=31.02%
G=36.96%
B=32.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241940.1600.130.1213036.7380.78
HexBCE0C2100DC822551
Octal274340302200151420245121
Binary10111100111000001100001010000011011100100000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0C2; }

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

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

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

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

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

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

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

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