#BEE0C3

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

Shades of Edgewater #BEE0C3

Tints of Edgewater #BEE0C3

Color information

#BEE0C3 (or 0xBEE0C3) is unknown color: approx Edgewater. HEX triplet: BE, E0 and C3. RGB value is (190,224,195). Sum of RGB (Red+Green+Blue) = 190+224+195=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C3 is #411F3C. Grayscale: #D2D2D2. Windows color (decimal): -4267837 or 12837054. OLE color: 12837054.

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

Color convert

RGB190224195-
CMYK0.1500.130.12
HSL128.82º35.42%81.18%-
HSV(B)128.82º15.18%87.84%-
XYZ57.7468.261.75-
YUV210.53119.24113.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=31.20%
G=36.78%
B=32.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241950.1500.130.12128.8235.4281.18
HexBEE0C3F0DC812351
Octal276340303170151420143121
Binary1011111011100000110000111111011011100100000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0C3; }

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

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

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

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

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

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

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

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