#BED1C4

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

Shades of Edgewater #BED1C4

Tints of Edgewater #BED1C4

Color information

#BED1C4 (or 0xBED1C4) is unknown color: approx Edgewater. HEX triplet: BE, D1 and C4. RGB value is (190,209,196). Sum of RGB (Red+Green+Blue) = 190+209+196=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1C4 is #412E3B. Grayscale: #C9C9C9. Windows color (decimal): -4271676 or 12898750. OLE color: 12898750.

HSL color Cylindrical-coordinate representation of color #BED1C4: hue angle of 138.95º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED1C4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB190209196-
CMYK0.0900.060.18
HSL138.95º17.12%78.24%-
HSV(B)138.95º9.09%81.96%-
XYZ5460.5361.06-
YUV201.84124.71119.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=31.93%
G=35.13%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091960.0900.060.18138.9517.1278.24
HexBED1C4906128b114e
Octal27632130411062221321116
Binary101111101101000111000100100101101001010001011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1C4; }

 p { color: rgb(190,209,196); }

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

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

 a { background-color: rgb(190,209,196); }

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

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

 span { border-color: rgb(190,209,196); }

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