#BEDDC4

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

Shades of Edgewater #BEDDC4

Tints of Edgewater #BEDDC4

Color information

#BEDDC4 (or 0xBEDDC4) is unknown color: approx Edgewater. HEX triplet: BE, DD and C4. RGB value is (190,221,196). Sum of RGB (Red+Green+Blue) = 190+221+196=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC4 is #41223B. Grayscale: #D0D0D0. Windows color (decimal): -4268604 or 12901822. OLE color: 12901822.

HSL color Cylindrical-coordinate representation of color #BEDDC4: hue angle of 131.61º degrees, saturation: 0.31, 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 #BEDDC4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB190221196-
CMYK0.1400.110.13
HSL131.61º31.31%80.59%-
HSV(B)131.61º14.03%86.67%-
XYZ57.0666.6562.08-
YUV208.88120.73114.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=31.30%
G=36.41%
B=32.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211960.1400.110.13131.6131.3180.59
HexBEDDC4E0BD841f51
Octal276335304160131520437121
Binary101111101101110111000100111001011110110000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDC4; }

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

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

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

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

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

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

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

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