#BEDEC7

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

Shades of Edgewater #BEDEC7

Tints of Edgewater #BEDEC7

Color information

#BEDEC7 (or 0xBEDEC7) is unknown color: approx Edgewater. HEX triplet: BE, DE and C7. RGB value is (190,222,199). Sum of RGB (Red+Green+Blue) = 190+222+199=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC7 is #412138. Grayscale: #D1D1D1. Windows color (decimal): -4268345 or 13098686. OLE color: 13098686.

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

Color convert

RGB190222199-
CMYK0.1400.100.13
HSL136.88º32.65%80.78%-
HSV(B)136.88º14.41%87.06%-
XYZ57.6767.3163.99-
YUV209.81121.9113.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=31.10%
G=36.33%
B=32.57%

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
Decimal1902221990.1400.100.13136.8832.6580.78
HexBEDEC7E0AD892151
Octal276336307160121521141121
Binary1011111011011110110001111110010101101100010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC7; }

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

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

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

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

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

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

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

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