#BEE1C4

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

Shades of Edgewater #BEE1C4

Tints of Edgewater #BEE1C4

Color information

#BEE1C4 (or 0xBEE1C4) is unknown color: approx Edgewater. HEX triplet: BE, E1 and C4. RGB value is (190,225,196). Sum of RGB (Red+Green+Blue) = 190+225+196=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C4 is #411E3B. Grayscale: #D3D3D3. Windows color (decimal): -4267580 or 12902846. OLE color: 12902846.

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

Color convert

RGB190225196-
CMYK0.1600.130.12
HSL130.29º36.84%81.37%-
HSV(B)130.29º15.56%88.24%-
XYZ58.1268.7862.44-
YUV211.23119.4112.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=31.10%
G=36.82%
B=32.08%

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
Decimal1902251960.1600.130.12130.2936.8481.37
HexBEE1C4100DC822551
Octal276341304200151420245121
Binary10111110111000011100010010000011011100100000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1C4; }

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

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

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

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

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

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

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

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