#BEDFC5

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

Shades of Edgewater #BEDFC5

Tints of Edgewater #BEDFC5

Color information

#BEDFC5 (or 0xBEDFC5) is unknown color: approx Edgewater. HEX triplet: BE, DF and C5. RGB value is (190,223,197). Sum of RGB (Red+Green+Blue) = 190+223+197=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC5 is #41203A. Grayscale: #D2D2D2. Windows color (decimal): -4268091 or 12967870. OLE color: 12967870.

HSL color Cylindrical-coordinate representation of color #BEDFC5: hue angle of 132.73º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFC5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB190223197-
CMYK0.1500.120.13
HSL132.73º34.02%80.98%-
HSV(B)132.73º14.8%87.45%-
XYZ57.767.7562.86-
YUV210.17120.57113.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=31.15%
G=36.56%
B=32.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231970.1500.120.13132.7334.0280.98
HexBEDFC5F0CD852251
Octal276337305170141520542121
Binary1011111011011111110001011111011001101100001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFC5; }

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

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

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

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

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

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

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

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