#BEDEC5

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

Shades of Edgewater #BEDEC5

Tints of Edgewater #BEDEC5

Color information

#BEDEC5 (or 0xBEDEC5) is unknown color: approx Edgewater. HEX triplet: BE, DE and C5. RGB value is (190,222,197). Sum of RGB (Red+Green+Blue) = 190+222+197=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC5 is #41213A. Grayscale: #D1D1D1. Windows color (decimal): -4268347 or 12967614. OLE color: 12967614.

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

Color convert

RGB190222197-
CMYK0.1400.110.13
HSL133.12º32.65%80.78%-
HSV(B)133.12º14.41%87.06%-
XYZ57.4367.2262.77-
YUV209.58120.9114.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=31.20%
G=36.45%
B=32.35%

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
Decimal1902221970.1400.110.13133.1232.6580.78
HexBEDEC5E0BD852151
Octal276336305160131520541121
Binary1011111011011110110001011110010111101100001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC5; }

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

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

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

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

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

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

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

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