#BEE1C1

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

Shades of Edgewater #BEE1C1

Tints of Edgewater #BEE1C1

Color information

#BEE1C1 (or 0xBEE1C1) is unknown color: approx Edgewater. HEX triplet: BE, E1 and C1. RGB value is (190,225,193). Sum of RGB (Red+Green+Blue) = 190+225+193=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C1 is #411E3E. Grayscale: #D2D2D2. Windows color (decimal): -4267583 or 12706238. OLE color: 12706238.

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

Color convert

RGB190225193-
CMYK0.1600.140.12
HSL125.14º36.84%81.37%-
HSV(B)125.14º15.56%88.24%-
XYZ57.7968.6560.66-
YUV210.89117.9113.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=31.25%
G=37.01%
B=31.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251930.1600.140.12125.1436.8481.37
HexBEE1C1100EC7d2551
Octal276341301200161417545121
Binary1011111011100001110000011000001110110011111011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1C1; }

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

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

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

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

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

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

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

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