#BEE3C3

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

Shades of Edgewater #BEE3C3

Tints of Edgewater #BEE3C3

Color information

#BEE3C3 (or 0xBEE3C3) is unknown color: approx Edgewater. HEX triplet: BE, E3 and C3. RGB value is (190,227,195). Sum of RGB (Red+Green+Blue) = 190+227+195=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3C3 is #411C3C. Grayscale: #D4D4D4. Windows color (decimal): -4267069 or 12837822. OLE color: 12837822.

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

Color convert

RGB190227195-
CMYK0.1600.140.11
HSL128.11º39.78%81.76%-
HSV(B)128.11º16.3%89.02%-
XYZ58.5569.8362.02-
YUV212.29118.24112.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=31.05%
G=37.09%
B=31.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902271950.1600.140.11128.1139.7881.76
HexBEE3C3100EB802852
Octal276343303200161320050122
Binary10111110111000111100001110000011101011100000001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3C3; }

 p { color: rgb(190,227,195); }

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

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

 a { background-color: rgb(190,227,195); }

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

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

 span { border-color: rgb(190,227,195); }

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