#BEDEC8

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

Shades of Edgewater #BEDEC8

Tints of Edgewater #BEDEC8

Color information

#BEDEC8 (or 0xBEDEC8) is unknown color: approx Edgewater. HEX triplet: BE, DE and C8. RGB value is (190,222,200). Sum of RGB (Red+Green+Blue) = 190+222+200=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC8 is #412137. Grayscale: #D1D1D1. Windows color (decimal): -4268344 or 13164222. OLE color: 13164222.

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

Color convert

RGB190222200-
CMYK0.1400.100.13
HSL138.75º32.65%80.78%-
HSV(B)138.75º14.41%87.06%-
XYZ57.7867.3664.6-
YUV209.92122.4113.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 200 (78.52% from 255) = 32.68%
R=31.05%
G=36.27%
B=32.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222000.1400.100.13138.7532.6580.78
HexBEDEC8E0AD8b2151
Octal276336310160121521341121
Binary1011111011011110110010001110010101101100010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC8; }

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

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

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

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

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

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

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

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