#BED7C7

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

Shades of Edgewater #BED7C7

Tints of Edgewater #BED7C7

Color information

#BED7C7 (or 0xBED7C7) is unknown color: approx Edgewater. HEX triplet: BE, D7 and C7. RGB value is (190,215,199). Sum of RGB (Red+Green+Blue) = 190+215+199=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7C7 is #412838. Grayscale: #CDCDCD. Windows color (decimal): -4270137 or 13096894. OLE color: 13096894.

HSL color Cylindrical-coordinate representation of color #BED7C7: hue angle of 141.6º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7C7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB190215199-
CMYK0.1200.070.16
HSL141.6º23.81%79.41%-
HSV(B)141.6º11.63%84.31%-
XYZ55.8463.6763.38-
YUV205.7124.22116.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=31.46%
G=35.60%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151990.1200.070.16141.623.8179.41
HexBED7C7C07108e184f
Octal27632730714072021630117
Binary101111101101011111000111110001111000010001110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7C7; }

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

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

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

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

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

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

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

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