#BEDDC7

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

Shades of Edgewater #BEDDC7

Tints of Edgewater #BEDDC7

Color information

#BEDDC7 (or 0xBEDDC7) is unknown color: approx Edgewater. HEX triplet: BE, DD and C7. RGB value is (190,221,199). Sum of RGB (Red+Green+Blue) = 190+221+199=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC7 is #412238. Grayscale: #D1D1D1. Windows color (decimal): -4268601 or 13098430. OLE color: 13098430.

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

Color convert

RGB190221199-
CMYK0.1400.100.13
HSL137.42º31.31%80.59%-
HSV(B)137.42º14.03%86.67%-
XYZ57.466.7863.9-
YUV209.22122.23114.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=31.15%
G=36.23%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211990.1400.100.13137.4231.3180.59
HexBEDDC7E0AD891f51
Octal276335307160121521137121
Binary101111101101110111000111111001010110110001001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDC7; }

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

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

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

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

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

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

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

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