#BEDFC2

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

Shades of Edgewater #BEDFC2

Tints of Edgewater #BEDFC2

Color information

#BEDFC2 (or 0xBEDFC2) is unknown color: approx Edgewater. HEX triplet: BE, DF and C2. RGB value is (190,223,194). Sum of RGB (Red+Green+Blue) = 190+223+194=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC2 is #41203D. Grayscale: #D1D1D1. Windows color (decimal): -4268094 or 12771262. OLE color: 12771262.

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

Color convert

RGB190223194-
CMYK0.1500.130.13
HSL127.27º34.02%80.98%-
HSV(B)127.27º14.8%87.45%-
XYZ57.3667.6261.07-
YUV209.83119.07113.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=31.30%
G=36.74%
B=31.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231940.1500.130.13127.2734.0280.98
HexBEDFC2F0DD7f2251
Octal276337302170151517742121
Binary101111101101111111000010111101101110111111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFC2; }

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

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

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

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

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

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

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

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