#BEE0C1

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

Shades of Edgewater #BEE0C1

Tints of Edgewater #BEE0C1

Color information

#BEE0C1 (or 0xBEE0C1) is unknown color: approx Edgewater. HEX triplet: BE, E0 and C1. RGB value is (190,224,193). Sum of RGB (Red+Green+Blue) = 190+224+193=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C1 is #411F3E. Grayscale: #D2D2D2. Windows color (decimal): -4267839 or 12705982. OLE color: 12705982.

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

Color convert

RGB190224193-
CMYK0.1500.140.12
HSL125.29º35.42%81.18%-
HSV(B)125.29º15.18%87.84%-
XYZ57.5268.1160.57-
YUV210.3118.24113.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=31.30%
G=36.90%
B=31.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241930.1500.140.12125.2935.4281.18
HexBEE0C1F0EC7d2351
Octal276340301170161417543121
Binary101111101110000011000001111101110110011111011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0C1; }

 p { color: rgb(190,224,193); }

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

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

 a { background-color: rgb(190,224,193); }

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

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

 span { border-color: rgb(190,224,193); }

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