#BCE3C4

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

Shades of Edgewater #BCE3C4

Tints of Edgewater #BCE3C4

Color information

#BCE3C4 (or 0xBCE3C4) is unknown color: approx Edgewater. HEX triplet: BC, E3 and C4. RGB value is (188,227,196). Sum of RGB (Red+Green+Blue) = 188+227+196=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3C4 is #431C3B. Grayscale: #D3D3D3. Windows color (decimal): -4398140 or 12903356. OLE color: 12903356.

HSL color Cylindrical-coordinate representation of color #BCE3C4: hue angle of 132.31º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3C4 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB188227196-
CMYK0.1700.140.11
HSL132.31º41.05%81.37%-
HSV(B)132.31º17.18%89.02%-
XYZ58.1769.6262.6-
YUV211.8119.08111.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 227 (89.06% from 255) = 37.15%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=30.77%
G=37.15%
B=32.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882271960.1700.140.11132.3141.0581.37
HexBCE3C4110EB842951
Octal274343304210161320451121
Binary10111100111000111100010010001011101011100001001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3C4; }

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

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

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

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

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

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

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

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