#BEE1C6

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

Shades of Edgewater #BEE1C6

Tints of Edgewater #BEE1C6

Color information

#BEE1C6 (or 0xBEE1C6) is unknown color: approx Edgewater. HEX triplet: BE, E1 and C6. RGB value is (190,225,198). Sum of RGB (Red+Green+Blue) = 190+225+198=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C6 is #411E39. Grayscale: #D3D3D3. Windows color (decimal): -4267578 or 13033918. OLE color: 13033918.

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

Color convert

RGB190225198-
CMYK0.1600.120.12
HSL133.71º36.84%81.37%-
HSV(B)133.71º15.56%88.24%-
XYZ58.3568.8763.64-
YUV211.46120.4112.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=31.00%
G=36.70%
B=32.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251980.1600.120.12133.7136.8481.37
HexBEE1C6100CC862551
Octal276341306200141420645121
Binary10111110111000011100011010000011001100100001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1C6; }

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

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

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

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

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

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

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

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