#BEDDC8

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

Shades of Edgewater #BEDDC8

Tints of Edgewater #BEDDC8

Color information

#BEDDC8 (or 0xBEDDC8) is unknown color: approx Edgewater. HEX triplet: BE, DD and C8. RGB value is (190,221,200). Sum of RGB (Red+Green+Blue) = 190+221+200=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC8 is #412237. Grayscale: #D1D1D1. Windows color (decimal): -4268600 or 13163966. OLE color: 13163966.

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

Color convert

RGB190221200-
CMYK0.1400.100.13
HSL139.35º31.31%80.59%-
HSV(B)139.35º14.03%86.67%-
XYZ57.5266.8364.51-
YUV209.34122.73114.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=31.10%
G=36.17%
B=32.73%

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
Decimal1902212000.1400.100.13139.3531.3180.59
HexBEDDC8E0AD8b1f51
Octal276335310160121521337121
Binary101111101101110111001000111001010110110001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDC8; }

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

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

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

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

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

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

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

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