#BEDDC6

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

Shades of Edgewater #BEDDC6

Tints of Edgewater #BEDDC6

Color information

#BEDDC6 (or 0xBEDDC6) is unknown color: approx Edgewater. HEX triplet: BE, DD and C6. RGB value is (190,221,198). Sum of RGB (Red+Green+Blue) = 190+221+198=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC6 is #412239. Grayscale: #D1D1D1. Windows color (decimal): -4268602 or 13032894. OLE color: 13032894.

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

Color convert

RGB190221198-
CMYK0.1400.100.13
HSL135.48º31.31%80.59%-
HSV(B)135.48º14.03%86.67%-
XYZ57.2866.7463.29-
YUV209.11121.73114.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=31.20%
G=36.29%
B=32.51%

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
Decimal1902211980.1400.100.13135.4831.3180.59
HexBEDDC6E0AD871f51
Octal276335306160121520737121
Binary101111101101110111000110111001010110110000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDC6; }

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

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

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

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

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

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

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

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