#BEDEC3

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

Shades of Edgewater #BEDEC3

Tints of Edgewater #BEDEC3

Color information

#BEDEC3 (or 0xBEDEC3) is unknown color: approx Edgewater. HEX triplet: BE, DE and C3. RGB value is (190,222,195). Sum of RGB (Red+Green+Blue) = 190+222+195=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC3 is #41213C. Grayscale: #D1D1D1. Windows color (decimal): -4268349 or 12836542. OLE color: 12836542.

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

Color convert

RGB190222195-
CMYK0.1400.120.13
HSL129.38º32.65%80.78%-
HSV(B)129.38º14.41%87.06%-
XYZ57.2167.1361.57-
YUV209.35119.9114.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=31.30%
G=36.57%
B=32.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221950.1400.120.13129.3832.6580.78
HexBEDEC3E0CD812151
Octal276336303160141520141121
Binary1011111011011110110000111110011001101100000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC3; }

 p { color: rgb(190,222,195); }

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

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

 a { background-color: rgb(190,222,195); }

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

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

 span { border-color: rgb(190,222,195); }

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