#BEDEC4

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

Shades of Edgewater #BEDEC4

Tints of Edgewater #BEDEC4

Color information

#BEDEC4 (or 0xBEDEC4) is unknown color: approx Edgewater. HEX triplet: BE, DE and C4. RGB value is (190,222,196). Sum of RGB (Red+Green+Blue) = 190+222+196=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC4 is #41213B. Grayscale: #D1D1D1. Windows color (decimal): -4268348 or 12902078. OLE color: 12902078.

HSL color Cylindrical-coordinate representation of color #BEDEC4: hue angle of 131.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB190222196-
CMYK0.1400.120.13
HSL131.25º32.65%80.78%-
HSV(B)131.25º14.41%87.06%-
XYZ57.3267.1862.17-
YUV209.47120.4114.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=31.25%
G=36.51%
B=32.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221960.1400.120.13131.2532.6580.78
HexBEDEC4E0CD832151
Octal276336304160141520341121
Binary1011111011011110110001001110011001101100000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC4; }

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

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

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

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

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

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

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

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