#BEDDC5

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

Shades of Edgewater #BEDDC5

Tints of Edgewater #BEDDC5

Color information

#BEDDC5 (or 0xBEDDC5) is unknown color: approx Edgewater. HEX triplet: BE, DD and C5. RGB value is (190,221,197). Sum of RGB (Red+Green+Blue) = 190+221+197=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC5 is #41223A. Grayscale: #D1D1D1. Windows color (decimal): -4268603 or 12967358. OLE color: 12967358.

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

Color convert

RGB190221197-
CMYK0.1400.110.13
HSL133.55º31.31%80.59%-
HSV(B)133.55º14.03%86.67%-
XYZ57.1766.6962.68-
YUV209121.23114.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=31.25%
G=36.35%
B=32.40%

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
Decimal1902211970.1400.110.13133.5531.3180.59
HexBEDDC5E0BD861f51
Octal276335305160131520637121
Binary101111101101110111000101111001011110110000110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDC5; }

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

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

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

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

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

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

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

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